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

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

Parameters

host
Type: System.Net.IPEndPoint
The Cassandra host to connect to.

Return Value

Type: IAuthenticator
The authentication instance to use.

Implements

IAuthProvider.NewAuthenticator(IPEndPoint)
See Also