PdfSignatureValidationInfoCertificates Property |
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.8.27
Syntaxpublic IList<PdfCertificate> Certificates { get; }Public ReadOnly Property Certificates As IList(Of PdfCertificate)
Get
Property Value
IListPdfCertificate
The read-only collection of X.509 certificates used in the validation of the signature.
See Also