Skip to main content
All docs
V25.1
  • PdfRevocationVerificationOptions.TryFetchCrlOnline Property

    Specifies whether to obtain the certificate status in a Certificate Revocation List (CRL) response.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool TryFetchCrlOnline { get; set; }

    Property Value

    Type Description
    Boolean

    true to obtain the certificate status in a CRL response; otherwise, false.

    See Also