PlainTextAuthProviderNewAuthenticator Method |
Uses the supplied credentials and the SASL PLAIN mechanism to login to the server.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public IAuthenticator NewAuthenticator(
IPEndPoint host
)
Parameters
- host
- Type: System.NetIPEndPoint
the Cassandra host with which we want to authenticate
Return Value
Type:
IAuthenticator
An Authenticator instance which can be used to perform authentication negotiations on behalf of the client.
Implements
IAuthProviderNewAuthenticator(IPEndPoint)See Also