The base class of all standard signature handlers.

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

Syntax

C#
public abstract class StandardSignatureHandler : SignatureHandler
Visual Basic
Public MustInherit Class StandardSignatureHandler _
	Inherits SignatureHandler

Remarks

Do not override this class directly in your code.

Inheritance Hierarchy

See Also