CertificateStatus Enumeration
Defines the status of a certificate requested in the OCSP Request. The status is defined in RFC2560.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
public enum CertificateStatus
Public Enumeration CertificateStatus
public enum class CertificateStatus
Good | 0 |
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.
|
Revoked | 1 |
Indicates that the certificate has been revoked (either permanently or temporarily (on hold)).
|
Unknown | 2 |
Indicates that the responder doesn't know about the certificate being requested.
|