OCSPSingleResponseRevocationInfo Property |
If the certificate in the subject is revoked, OCSP responder may include CRL entry with this certificate.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CRLEntry RevocationInfo { get; }
Public ReadOnly Property RevocationInfo As X509CRLEntry
Get
public:
property X509CRLEntry^ RevocationInfo {
X509CRLEntry^ get ();
}
member RevocationInfo : X509CRLEntry with get
Property Value
Type:
X509CRLEntrySee Also