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
Afficher le fichier Open project: datastax/csharp-driver-dse Class Usage Examples

Méthodes publiques

Méthode Description
ClientCredential ( string package )

Initializes a new instance of the ClientCredential class.

Method Details

ClientCredential() public méthode

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