Click or drag to resize

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; }

Property Value

Type: 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