CrlClient(IList<Uri>, Boolean) Constructor
Initializes a new instance of the CrlClient class with specified settings.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Pdf.v25.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| uriList | IList<Uri> | A list of OCSP server Uri’s. |
| throwOnFail | Boolean | true to throw a WebException when the response failed; otherwise, false. |
See Also