Skip to main content
All docs
V25.1
  • PdfCertificateRevocationResult.IsCrlFoundOnline Property

    Gets whether the information about certificate revocation is found in a Certificate Revocation List (CRL) response from the server.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool IsCrlFoundOnline { get; set; }

    Property Value

    Type Description
    Boolean

    true if the information about certificate revocation is found in a CRL response from the server; otherwise, false.

    Remarks

    Certificates contain one or more URLs from which the application can retrieve a CRL response. The server’s digital certificate is validated and checked for issues.

    See Also