Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

OcspClient Constructors

Allows you to send an Online Certificate Status Protocol (OCSP) request for a certificate.
Name Parameters Description
OcspClient() none Initializes a new instance of the OcspClient class.
OcspClient(Uri, HashAlgorithmType) uri, hashAlgorithm Initializes a new instance of the OcspClient class with specified settings.
OcspClient(Uri) uri Initializes a new instance of the OcspClient class with specified settings.
See Also