CryptSignerSignerCertificate Property
Gets the certificate associated with the current instance of MessageSigner.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public X509Certificate2 SignerCertificate { get; }
Public ReadOnly Property SignerCertificate As X509Certificate2
Get
public:
virtual property X509Certificate2^ SignerCertificate {
X509Certificate2^ get () sealed;
}
abstract SignerCertificate : X509Certificate2 with get
override SignerCertificate : X509Certificate2 with get
X509Certificate2ICryptSignerSignerCertificate