Aspose::Pdf::Security::VerificationResult class
Contents
[
Hide
]VerificationResult class
Represents the result of verifying a digital signature in a PDF file.
class VerificationResult : public System::Object
Methods
| Method | Description |
|---|---|
| get_IsCompromised() const | Indicates 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() const | Gets 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() const | Represents the verification state of a digital signature in a PDF file. Indicates whether the signature is valid, invalid, or undefined. |
| get_VerificationException() const | Gets 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
- Class Object
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++