OCSPResponseResponseStatus Property

Gets response status. Response status indicates whether the OCSP responder was able to process the request and obtain information about requested certificate.

Definition

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

Property Value

OCSPResponseStatus

Remarks

Note: this property do not say anything about certificate status.

See Also