Skip to main content
All docs
V23.2

CrlClient(IList<Uri>, Boolean) Constructor

Initializes a new instance of the CrlClient class with specified settings.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public CrlClient(
    IList<Uri> uriList,
    bool throwOnFail
)

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