OCSPResponse.ResponseErrorInformation Property
Gets error and warning information about received response conformance with
RFC2560.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.3.0+16893f72dbbf743b5dc1838aaf2dc6aff3ae6df1
public OCSPResponseComplianceError ResponseErrorInformation { get; }
Public ReadOnly Property ResponseErrorInformation As OCSPResponseComplianceError
Get
public:
property OCSPResponseComplianceError ResponseErrorInformation {
OCSPResponseComplianceError get ();
}
member ResponseErrorInformation : OCSPResponseComplianceError with get
Property Value
OCSPResponseComplianceError 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.