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

Provides access to the pre-existing credentials of a security principle.
상속: IDisposable
파일 보기 프로젝트 열기: datastax/csharp-driver-dse 1 사용 예제들

공개 메소드들

메소드 설명
Credential ( string package ) : System

Initializes a new instance of the Credential class.

Dispose ( ) : void

Releases all resources associated with the credential.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CheckLifecycle ( ) : void

메소드 상세

Credential() 공개 메소드

Initializes a new instance of the Credential class.
public Credential ( string package ) : System
package string The security package to acquire the credential from.
리턴 System

Dispose() 공개 메소드

Releases all resources associated with the credential.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void