Click or drag to resize

OCSPRequest Constructor

Overload List
  NameDescription
Public methodOCSPRequest(X509Certificate2)
Initializes a new instance of the OCSPRequest class using the X509Certificate2 object.
Public methodOCSPRequest(X509Certificate2Collection)
Initializes a new instance of the OCSPRequest class using the X509Certificate2Collection object and Uri object.
Public methodOCSPRequest(OCSPSingleRequestCollection)
Initializes a new instance of OCSPRequest from an array of single request items.
Public methodOCSPRequest(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.
Top
See Also