Skip to main content
All docs
V25.1
  • 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

    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