Click or drag to resize

PdfSignatureValidationInfoCertificates Property

Gets the read-only collection of X.509 certificates used in the validation of the signature.

Each certificate shall also be included in Certificates of the PdfDocumentSecurityStore.


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

Property Value

IListPdfCertificate
The read-only collection of X.509 certificates used in the validation of the signature.
See Also