OCSPRequest(X509Certificate2) Constructor

Initializes a new instance of the OCSPRequest class using the X509Certificate2 object.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public OCSPRequest(
	X509Certificate2 cert
)

Parameters

cert  X509Certificate2
An X509Certificate2 object to verify against OCSP Responder.

Remarks

This constructor will use OCSP URLs (if any) of the specified certificate.

See Also