Returns if this signature handler can be used to verify a document.

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

Syntax

C#
public abstract bool CanVerify { get; }
Visual Basic
Public MustOverride ReadOnly Property CanVerify As Boolean
	Get

Remarks

If true is returned the Verify() function should have an implementation.

See Also