OCSPRequestSignerCertificate Property

Gets the certificate used to sign this request. If the request is not signed, this property is null.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public X509Certificate2 SignerCertificate { get; }

Property Value

X509Certificate2

See Also