Click or drag to resize

PlainTextAuthProviderNewAuthenticator Method

Uses the supplied credentials and the SASL PLAIN mechanism to login to the server.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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