DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.DataStax.Auth
DseGssapiAuthProvider Class
DseGssapiAuthProvider Methods
NewAuthenticator Method
ReverseDnsResolver Method
SetName Method
UseIpResolver Method
DseGssapiAuthProvider
NewAuthenticator 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#
Copy
public
IAuthenticator
NewAuthenticator
(
IPEndPoint
host
)
Parameters
host
Type:
System.Net
IPEndPoint
Return Value
Type:
IAuthenticator
Implements
IAuthProvider
NewAuthenticator(IPEndPoint)
Exceptions
Exception
Condition
AuthenticationException
When the host name can not be resolved.
See Also
Reference
DseGssapiAuthProvider Class
Cassandra.DataStax.Auth Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.