VerificationResult

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

NameTypeAccessDescription
StateVerificationStateReadThe verification verdict.
IsCompromisedboolReadTrue when the signature structure was recognised as a forgery attack (USF/SWA) rather than merely failing cryptographic checks.
MessagestringReadHuman-readable description of the verification outcome.
VerificationExceptionException?ReadThe exception captured during verification, if any.

Methods

SignatureDescription
VerificationResult()Parameterless constructor.