OCSPResponseResponseType Property |
Gets response type (for example, id_pkix_ocsp_basic, which means Basic OCSP Response type).
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public OCSPResponseType ResponseType { get; }
Public ReadOnly Property ResponseType As OCSPResponseType
Get
public:
property OCSPResponseType ResponseType {
OCSPResponseType get ();
}
member ResponseType : OCSPResponseType with get
Property Value
Type:
OCSPResponseTypeSee Also