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

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

Public Methods

Method Description
Credential ( string package ) : System

Initializes a new instance of the Credential class.

Dispose ( ) : void

Releases all resources associated with the credential.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CheckLifecycle ( ) : void

Method Details

Credential() public method

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

Dispose() public method

Releases all resources associated with the credential.
public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void