Skip to main content
All docs
V25.1
  • SignatureOptions.CrlClient Property

    Gets or sets an object that performs a Certificate Revocation List (CRL) request for a signature certificate.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public ICrlClient CrlClient { get; set; }

    Property Value

    Type Description
    ICrlClient

    An object that allows you to send a CLR request for a certificate.

    See Also