Implementations of ISignatureHandlerFactory create a signature handler. You should implement this interface if you want to verify a PDF document that has a custom signature.

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

Syntax

C#
public interface ISignatureHandlerFactory
Visual Basic
Public Interface ISignatureHandlerFactory

See Also