PlainTextAuthProviderNewAuthenticator Method  | 
 
            Uses the supplied credentials and the SASL PLAIN mechanism to login to the server.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic 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