Click or drag to resize

DseGssapiAuthProviderNewAuthenticator Method

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

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