| SignDocDocumentverifySignature2 Method |
Verify a signature of the document.
These are the differences between calling this function
and calling verifySignature() with the field name obtained
from signature:
- This function fails unless signature.getClearedIndex()
returns -1.
- PDF only: This function uses the DSS of the first document
time stamp following the signature described by signature.
If there is no such document time stamp, the latest DSS will
be used. This behavior is required for verifying signatures
with LTV (long term validity).
.
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
Syntaxpublic SignDocVerificationResult verifySignature2(
SignDocSignature signature
)
Parameters
- signature
- Type: de.softpro.signdocsdkSignDocSignature
A SignDocSignature object for this document.
Return Value
Type:
SignDocVerificationResult A new SignDocVerificationResult object describing the result
of the verification.
See Also