Click or drag to resize
KerberosAuthenticator Class
Responsible for authenticating with secured DSE services using Kerberos over SSPI
Inheritance Hierarchy
SystemObject
  CassandraKerberosAuthenticator

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public class KerberosAuthenticator : IAuthenticator

The KerberosAuthenticator type exposes the following members.

Constructors
  NameDescription
Public methodKerberosAuthenticator
Initializes a new instance of the KerberosAuthenticator class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluateChallenge
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialResponse
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also