The SignatureHandlerFactory will be called to create a SignatureHandler whenever a signature field must be signed or validated.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public ISignatureHandlerFactory SignatureHandlerFactory { get; set; }
Visual Basic
Public Property SignatureHandlerFactory As ISignatureHandlerFactory
	Get
	Set

Remarks

The SignatureHandlerFactory is not used to verify an identity. If you want to do this you must handle the VerifyIdentity event.

See Also