Checks if the Signature field is valid.

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

Syntax

C#
public bool Verify(
	SignatureHandler signatureHandler
)
Visual Basic
Public Function Verify ( _
	signatureHandler As SignatureHandler _
) As Boolean

Parameters

signatureHandler
Type: TallComponents.PDF.DigitalSignatures..::..SignatureHandler
The signature handler used to verify the signature.

Return Value

Returns if this signature field is valid or not.

Remarks

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

See Also