C# Class Dse.Auth.Sspi.Credentials.Credential

Provides access to the pre-existing credentials of a security principle.
Inheritance: IDisposable
Afficher le fichier Open project: datastax/csharp-driver-dse Class Usage Examples

Méthodes publiques

Méthode Description
Credential ( string package ) : System

Initializes a new instance of the Credential class.

Dispose ( ) : void

Releases all resources associated with the credential.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CheckLifecycle ( ) : void

Method Details

Credential() public méthode

Initializes a new instance of the Credential class.
public Credential ( string package ) : System
package string The security package to acquire the credential from.
Résultat System

Dispose() public méthode

Releases all resources associated with the credential.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void