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

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
IAuthenticator NewAuthenticator(
	IPEndPoint host
)

Parameters

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

Return Value

Type: IAuthenticator
The authentication instance to use.
See Also