OCSPRequest Constructor

Overload List

OCSPRequest(OCSPSingleRequestCollection) Initializes a new instance of OCSPRequest from an array of single request items.
OCSPRequest(X509Certificate2) Initializes a new instance of the OCSPRequest class using the X509Certificate2 object.
OCSPRequest(X509Certificate2Collection) Initializes a new instance of the OCSPRequest class using the X509Certificate2Collection object and Uri object.
OCSPRequest(X509Certificate2Collection, X509Certificate2) Initializes a new instance of OCSPRequest using issuer certificate, an array of certificates to verify and indication whether to include ServiceLocator extension to the request.

See Also