IAuthenticator Interface |
Namespace: Cassandra
public interface IAuthenticator
The IAuthenticator type exposes the following members.
Name | Description | |
---|---|---|
![]() | EvaluateChallenge |
Evaluate a challenge received from the Server. Generally, this method should
return null when authentication is complete from the client perspective
|
![]() | InitialResponse |
Obtain an initial response token for initializing the SASL handshake
|