The signing certificate and its chain certificates.
Namespace: TallComponents.PDF.Forms.FieldsAssembly: 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
| Exception | Condition |
|---|---|
| TallComponents.PDF..::..PdfException | Thrown if an invalid signature field is encountered. |