C# Класс VaultSharp.Backends.Authentication.Models.Certificate.CertificateAuthenticationInfo

Represents the login information for the Certificate Authentication backend.
Наследование: IAuthenticationInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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