PDFReaderControls.NET Professional Type Reference

SignatureField.Certificates Property

The signing certificate and its chain certificates.

public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates {get;}

Remarks

This property will only return a value if IsSigned is true. If not, a null reference is returned.

Exceptions

Exception Type Condition
PdfException Thrown if an invalid signature field is encountered.

See Also

SignatureField Class | TallComponents.PDF.Forms.Fields Namespace