Click or drag to resize

PdfDocumentSecurityStoreCertificateRevocationLists Property

Gets the X.509 Certificate Revocation Lists (CRLs) that may be used in the validation of the signatures in the document.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public PdfCollection<PdfCertificateRevocationList> CertificateRevocationLists { get; }

Property Value

PdfCollectionPdfCertificateRevocationList
The X.509 Certificate Revocation Lists (CRLs) that may be used in the validation of the signatures in the document.
See Also