C# 클래스 VaultSharp.Backends.Authentication.Models.Certificate.CertificateAuthenticationInfo

Represents the login information for the Certificate Authentication backend.
상속: IAuthenticationInfo
파일 보기 프로젝트 열기: rajanadar/VaultSharp 1 사용 예제들

공개 메소드들

메소드 설명
CertificateAuthenticationInfo ( X509Certificate2 clientCertificate ) : System.Security.Cryptography.X509Certificates

Initializes a new instance of the CertificateAuthenticationInfo class.

CertificateAuthenticationInfo ( string mountPoint, X509Certificate2 clientCertificate ) : System.Security.Cryptography.X509Certificates

Initializes a new instance of the CertificateAuthenticationInfo class.

메소드 상세

CertificateAuthenticationInfo() 공개 메소드

Initializes a new instance of the CertificateAuthenticationInfo class.
public CertificateAuthenticationInfo ( X509Certificate2 clientCertificate ) : System.Security.Cryptography.X509Certificates
clientCertificate System.Security.Cryptography.X509Certificates.X509Certificate2 The client certificate.
리턴 System.Security.Cryptography.X509Certificates

CertificateAuthenticationInfo() 공개 메소드

Initializes a new instance of the CertificateAuthenticationInfo class.
public CertificateAuthenticationInfo ( string mountPoint, X509Certificate2 clientCertificate ) : System.Security.Cryptography.X509Certificates
mountPoint string The mount point.
clientCertificate System.Security.Cryptography.X509Certificates.X509Certificate2 The client certificate.
리턴 System.Security.Cryptography.X509Certificates