OCSPResponseResponseErrorInformation Property |
Gets error and warning information about received response conformance with
RFC2560.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public OCSPResponseComplianceError ResponseErrorInformation { get; }
Public ReadOnly Property ResponseErrorInformation As OCSPResponseComplianceError
Get
public:
property OCSPResponseComplianceError ResponseErrorInformation {
OCSPResponseComplianceError get ();
}
member ResponseErrorInformation : OCSPResponseComplianceError with get
Property Value
Type:
OCSPResponseComplianceErrorRemarks 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