Click or drag to resize

IAuthProviderNewAuthenticator Method

The IAuthenticator to use when connecting to host.

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