Skip to main content
All docs
V23.2

CrlClient(IList<Uri>) 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
)

Parameters

Name Type Description
uriList IList<Uri>

A list of OCSP server Uri’s.

See Also