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

    Gets whether the certificate is revoked in Certificate Revocation List (CRL).

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool IsCrlRevoked { get; set; }

    Property Value

    Type Description
    Boolean

    true if the certificate is revoked in CRL; otherwise, false.

    See Also