VerificationResult
Leave feedback
On this page
Instance to keep results of verification process.
public class VerificationResult : IResult
| Name | Description |
|---|---|
| DestinDocumentSize { get; } | Returns the destination document size. For verification this variable always contains zero. |
| Failed { get; } | List of signatures that failed verification process. Currently this property is not supported. |
| IsValid { get; } | Returns true if Verification process was successful otherwise false. |
| ProcessingTime { get; } | Returns the execution time of the process in milliseconds. |
| SourceDocumentSize { get; } | Returns source document size in bytes |
| Succeeded { get; } | List of successfully verified signatures BaseSignature. |
| TotalSignatures { get; } | Returns the total processed signatures |
- interface IResult
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
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.