Interface IAuthProviderNamed
Represents a IAuthProvider that is dependant on the name provided by Cassandra.
Inherited Members
Namespace: Dse
Assembly: Dse.dll
Syntax
public interface IAuthProviderNamed : IAuthProvider
Methods
SetName(String)
Sets the authenticator name from Cassandra.
This method is guaranteed to be called before NewAuthenticator(IPEndPoint).
Declaration
void SetName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |