Click or drag to resize

OCSPResponseType Enumeration

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

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum OCSPResponseType
Members
  Member nameValueDescription
id_pkix_ocsp_basic0 A response is Basic OCSP Response.
id_pkix_ocsp_response1 A response is Full OCSP Response.
See Also