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

Represents the credentials of the user running the current process, for use as an SSPI client.
Inheritance: CurrentCredential
Exibir arquivo Open project: datastax/csharp-driver-dse Class Usage Examples

Public Methods

Method Description
ClientCredential ( string package )

Initializes a new instance of the ClientCredential class.

Method Details

ClientCredential() public method

Initializes a new instance of the ClientCredential class.
public ClientCredential ( string package )
package string The security package to acquire the credential handle from.