CertificateStatus Enumeration |
Defines the status of a certificate requested in the OCSP Request. The status is defined in RFC2560.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum CertificateStatus
Public Enumeration CertificateStatus
public enum class CertificateStatus
Members
| Member name | Value | Description |
---|
| 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 permanantly or temporarily (on hold)).
|
| Unknown | 2 |
Indicates that the responder doesn't know about the certificate being requested.
|
See Also