Click or drag to resize
DsePlainTextAuthProviderNewAuthenticator Method
The IAuthenticator to use when connecting to host.

Namespace: Dse.Auth
Assembly: Dse (in Dse.dll) Version: 1.0.0
Syntax
C#
public IAuthenticator NewAuthenticator(
	IPEndPoint host
)

Parameters

host
Type: System.NetIPEndPoint
The Cassandra host to connect to.

Return Value

Type: IAuthenticator
The authentication instance to use.

Implements

IAuthProviderNewAuthenticator(IPEndPoint)
See Also