VerificationResult
Overview
VerificationResult is a class in Aspose.PDF FOSS for .NET.
Result of a non-throwing signature verification (SignatureName, out VerificationResult)).
This class provides 1 method for working with VerificationResult objects in .NET programs.
Available methods include: VerificationResult.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: IsCompromised, Message, State, VerificationException.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
State | VerificationState | Read | The verification verdict. |
IsCompromised | bool | Read | True when the signature structure was recognised as a forgery attack (USF/SWA) rather than merely failing cryptographic checks. |
Message | string | Read | Human-readable description of the verification outcome. |
VerificationException | Exception? | Read | The exception captured during verification, if any. |
Methods
| Signature | Description |
|---|---|
VerificationResult() | Parameterless constructor. |