Click or drag to resize

OCSPRequest Constructor (X509Certificate2Collection)

Initializes a new instance of the OCSPRequest class using the X509Certificate2Collection object and Uri object.

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

Parameters

certs
Type: System.Security.Cryptography.X509CertificatesX509Certificate2Collection
Certificate collection to include in request.
See Also