PdfDocumentSecurityStoreCertificates Property |
Gets the
X.509 certificates that maybe used in the validation of any signatures in the document.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntaxpublic PdfCollection<PdfCertificate> Certificates { get; }
Public ReadOnly Property Certificates As PdfCollection(Of PdfCertificate)
Get
Property Value
PdfCollectionPdfCertificate
The X.509 certificates that maybe used in the validation of any signatures in the document.
See Also