VerificationResult class
VerificationResult class
Instance to keep results of verification process.
The VerificationResult type exposes the following members:
Properties
| 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. |
See Also
- module
groupdocs.signature.domain - class
BaseSignature - class
IResult