Click or drag to resize
SignDocDocumentverifySignature Method
Verify a signature of the document. There is a setFlags() flag modifying the behavior of this function: f_relax_byte_range.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public SignDocVerificationResult verifySignature(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the signature field.

Return Value

Type: SignDocVerificationResult
A new SignDocVerificationResult object describing the result of the verification.
See Also