PdfDocumentSecurityStoreCertificateRevocationLists Property |
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntaxpublic PdfCollection<PdfCertificateRevocationList> CertificateRevocationLists { get; }
Public ReadOnly Property CertificateRevocationLists As PdfCollection(Of PdfCertificateRevocationList)
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