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

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

Public Methods

Method Description
ServerCredential ( string package )

Initializes a new instance of the ServerCredential class, acquiring credentials from the current thread's security context.

Method Details

ServerCredential() public method

Initializes a new instance of the ServerCredential class, acquiring credentials from the current thread's security context.
public ServerCredential ( string package )
package string The name of the security package to obtain credentials from.