C# 클래스 Dse.Auth.Sspi.Credentials.ServerCredential

Represents the credentials of the user running the current process, for use as an SSPI server.
상속: CurrentCredential
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

메소드 설명
ServerCredential ( string package )

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

메소드 상세

ServerCredential() 공개 메소드

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.