OCSPSingleResponse Class

Represents OCSP single response that contains revocation status about particular certificate. Certificate ID is stored in CertID property.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public class OCSPSingleResponse
Inheritance
Object    OCSPSingleResponse

Properties

CertId Gets certificate ID that represents information about the certificate was verified.
CertStatus Gets certificate status. Possible values are: Good, Revoked, Unknown.
Extensions Gets optional extensions about the status of the certificate in the subject.
NextUpdate Gets the time at or before which newer information will be available about the status of the certificate.
RevocationInfo If the certificate in the subject is revoked, OCSP responder may include CRL entry with this certificate.
ThisUpdate Gets the time at which the status being indicated is known to be correct.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also