OCSPResponseType Enumeration

Contains possible OCSP response types. Currently only id_pkix_ocsp_basic type is supported.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public enum OCSPResponseType

Members

id_pkix_ocsp_basic0 A response is Basic OCSP Response.
id_pkix_ocsp_response1 A response is Full OCSP Response.

See Also