OCSPRequestSignerCertificate Property |
Gets the certificate used to sign this request. If the request is not signed, this property is null.
Namespace:
PKI.OCSP
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