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

Acquires a handle to the credentials of the user associated with the current process.
Inheritance: Credential
Exibir arquivo Open project: datastax/csharp-driver-dse

Public Methods

Method Description
CurrentCredential ( string securityPackage, CredentialUse use ) : System

Initializes a new instance of the CurrentCredential class.

Private Methods

Method Description
Init ( CredentialUse use ) : void

Method Details

CurrentCredential() public method

Initializes a new instance of the CurrentCredential class.
public CurrentCredential ( string securityPackage, CredentialUse use ) : System
securityPackage string The security package to acquire the credential handle /// from.
use CredentialUse The manner in which the credentials will be used - Inbound typically /// represents servers, outbound typically represent clients.
return System