| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic SignDocVerificationResult verifySignature(
string fieldName
)
Public Function verifySignature (
fieldName As String
) As SignDocVerificationResult
public:
SignDocVerificationResult^ verifySignature(
String^ fieldName
)
member verifySignature :
fieldName : string -> SignDocVerificationResult
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