Class NoneAuthProvider
A provider that provides no authentication capability.
This is only useful as a placeholder when no authentication is to be used.
Inheritance
object
NoneAuthProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class NoneAuthProvider : IAuthProviderNamed, IAuthProvider
Fields
Instance
Declaration
public static readonly NoneAuthProvider Instance
Field Value
| Type | Description |
|---|---|
| NoneAuthProvider |
Methods
NewAuthenticator(IPEndPoint)
Declaration
public IAuthenticator NewAuthenticator(IPEndPoint host)
Parameters
| Type | Name | Description |
|---|---|---|
| IPEndPoint | host |
Returns
| Type | Description |
|---|---|
| IAuthenticator |
SetName(string)
Declaration
public void SetName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |