Click or drag to resize

PdfDocumentSecurityStoreCertificates Property

Gets the X.509 certificates that maybe used in the validation of any signatures in the document.

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

Property Value

PdfCollectionPdfCertificate
The X.509 certificates that maybe used in the validation of any signatures in the document.
See Also