Skip to main content
All docs
V25.1
  • CrlClient(IList<Uri>) 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
    )

    Parameters

    Name Type Description
    uriList IList<Uri>

    A list of OCSP server Uri’s.

    See Also