Abstract base class of all 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 SignatureHandler
Visual Basic
Public MustInherit Class SignatureHandler

Remarks

You should override this class when implementing a custom signature handler.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.DigitalSignatures..::..SignatureHandler
    TallComponents.PDF.DigitalSignatures..::..StandardSignatureHandler

See Also