OCSPResponseStatus Enumeration
Contains possible OCSP response statuses.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
public enum OCSPResponseStatus
Public Enumeration OCSPResponseStatus
public enum class OCSPResponseStatus
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.
|