VerificationResult class
Leave feedback
On this page
Instance to keep results of verification process.
The VerificationResult type exposes the following members:
| Property | Description |
|---|---|
| processing_time | Returns the execution time of the process in milliseconds. |
| total_signatures | Returns the total processed signatures |
| source_document_size | Returns source document size in bytes |
| destin_document_size | Returns the destination document size. For verification this variable always contains zero. |
| succeeded | List of successfully verified signatures BaseSignature. |
| failed | List of signatures that failed verification process.
Currently this property is not supported. |
| is_valid | Returns true if Verification process was successful otherwise false. |
- module
groupdocs.signature.domain - class
BaseSignature - class
IResult
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.