An array of strings representing the X.509 certicicate chain used for signing and validating signatures that use public-key cryptology.

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

Syntax

C#
public virtual byte[][] Certificates { get; }
Visual Basic
Public Overridable ReadOnly Property Certificates As Byte()()
	Get

Remarks

Only required when SubFilter is adbe.x509.rsa_sha1

See Also