OCSPResponseResponseErrorInformation Property

Gets error and warning information about received response conformance with RFC2560.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public OCSPResponseComplianceError ResponseErrorInformation { get; }

Property Value

OCSPResponseComplianceError

Remarks

Not all entries should be treated as an error. For example, if original request contains Nonce extension, OCSP Responder may not return this extension in the response.

See Also