Aspose::Pdf::Security::VerificationResult class

VerificationResult class

Represents the result of verifying a digital signature in a PDF file.

class VerificationResult : public System::Object

Methods

MethodDescription
get_IsCompromised() constIndicates whether the digital signature structure is likely compromised. This means a change to bypass signature checking by PDF tools. See Message for more details.
get_Message() constGets the message associated with the verification result. The property value provides additional details about the verification outcome, such as error descriptions or success messages.
get_State() constRepresents the verification state of a digital signature in a PDF file. Indicates whether the signature is valid, invalid, or undefined.
get_VerificationException() constGets the exception associated with the verification process if presents. This property provides details about errors or issues encountered during the verification of a digital signature in a PDF file.

See Also