CertificateStatus Enumeration

Defines the status of a certificate requested in the OCSP Request. The status is defined in RFC2560.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public enum CertificateStatus

Members

Good0 Indicates a positive response to the status inquiry. At a minimum, this positive response indicates that the certificate is not revoked, but does not necessarily mean that the certificate was ever issued or that the time at which the response was produced is within the certificate's validity interval. Response extensions may be used to convey additional information on assertions made by the responder regarding the status of the certificate such as positive statement about issuance, validity, etc.
Revoked1 Indicates that the certificate has been revoked (either permanently or temporarily (on hold)).
Unknown2 Indicates that the responder doesn't know about the certificate being requested.

See Also