Click or drag to resize

DseGssapiAuthProviderNewAuthenticator Method

Returns a new IAuthenticator instance to handle authentication for a given endpoint.

Namespace:  Cassandra.DataStax.Auth
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public IAuthenticator NewAuthenticator(
	IPEndPoint host
)

Parameters

host
Type: System.NetIPEndPoint

Return Value

Type: IAuthenticator

Implements

IAuthProviderNewAuthenticator(IPEndPoint)
Exceptions
ExceptionCondition
AuthenticationExceptionWhen the host name can not be resolved.
See Also