The date and time of signing.

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

Syntax

C#
public virtual DateTime SignDate { get; }
Visual Basic
Public Overridable ReadOnly Property SignDate As DateTime
	Get

Remarks

Should only be used when the date and time of signing is not available in the signature.

See Also