MessageSignerSignerCertificate Property
Gets the certificate associated with the current instance of MessageSigner.
Namespace: SysadminsLV.PKI.Tools.MessageOperationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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