Method Verify

Namespace TallComponents.PDF.Forms.Fields
Class SignatureField

Checks if the Signature field is valid.

False is returned if the signature is not signed. Note that the document can be modified after signing, meaning that an update is appended to this document.

Syntax

public  Boolean  Verify( SignatureHandler  signatureHandler )

Returns

Boolean

Returns if this signature field is valid or not.

Parameters


SignatureHandler signatureHandler
The signature handler used to verify the signature.