MessageSignerSignerCertificate Property |
Gets the certificate associated with the current instance of MessageSigner.
Namespace:
SysadminsLV.PKI.Tools.MessageOperations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509Certificate2 SignerCertificate { get; }
Public ReadOnly Property SignerCertificate As X509Certificate2
Get
public:
property X509Certificate2^ SignerCertificate {
X509Certificate2^ get ();
}
member SignerCertificate : X509Certificate2 with get
Property Value
Type:
X509Certificate2See Also