Click or drag to resize
SimpleDseCredentialsResolver Class
Inheritance Hierarchy
SystemObject
  CassandraSimpleDseCredentialsResolver

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

The SimpleDseCredentialsResolver type exposes the following members.

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