The signing certificate and its chain certificates.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public X509Certificate2Collection Certificates { get; }
Visual Basic
Public ReadOnly Property Certificates As X509Certificate2Collection
	Get

Remarks

This property will only return a value if IsSigned is true. If not, nullNothingnullptra null reference (Nothing in Visual Basic) is returned.

Exceptions

ExceptionCondition
TallComponents.PDF..::..PdfExceptionThrown if an invalid signature field is encountered.

See Also