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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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