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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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