Click or drag to resize

OCSPRequest Constructor (X509Certificate2)

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

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OCSPRequest(
	X509Certificate2 cert
)

Parameters

cert
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
An X509Certificate2 object to verify against OCSP Responder.
Remarks
This constructor will use OCSP URLs (if any) of the specified certificate.
See Also