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.3.0+16893f72dbbf743b5dc1838aaf2dc6aff3ae6df1
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