Click or drag to resize

PdfSignatureValidationInfoCertificateRevocationLists Property

Gets the read-only collection of X.509 Certificate Revocation Lists (CRLs) used to determine the validity of the certificates in the chains related to the signature.

Each certificate revocation list shall also be included in CertificateRevocationLists of the PdfDocumentSecurityStore.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.8.27
Syntax
public IList<PdfCertificateRevocationList> CertificateRevocationLists { get; }

Property Value

IListPdfCertificateRevocationList
The read-only collection of X.509 Certificate Revocation Lists (CRLs) used to determine the validity of the certificates in the chains related to the signature.
See Also