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