OCSPResponseStatus Enumeration |
Contains possible OCSP response statuses.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum OCSPResponseStatus
Public Enumeration OCSPResponseStatus
public enum class OCSPResponseStatus
Members
| Member name | Value | Description |
---|
| Successful | 0 |
Response has valid confirmations.
|
| MalformedRequest | 1 |
A server produces the "malformedRequest" response if the request received does not conform to the OCSP syntax.
|
| InternalError | 2 |
The response "internalError" indicates that the OCSP responder reached an inconsistent internal state.
The query should be retried, potentially with another responder.
|
| TryLater | 3 |
In the event that the OCSP responder is operational, but unable to return a status for the requested certificate,
the "tryLater" response can be used to indicate that the service exists, but is temporarily unable to respond.
|
| SignatureRequired | 5 |
The response "sigRequired" is returned in cases where the server requires the client sign the request in order
to construct a response.
|
| Unauthorized | 6 |
The response "unauthorized" is returned in cases where the client is not authorized to make this query to this server.
|
See Also