Aspose::Pdf::Security::VerificationState enum
VerificationState enum
Specifies the state of a digital signature verification process in a PDF document.
enum class VerificationState
Values
| Name | Value | Description |
|---|---|---|
| Valid | 0 | Represents a state indicating that the digital signature verification process has completed successfully, and the signature is valid. |
| Invalid | 1 | Represents a state indicating that the digital signature verification process has failed, and the signature is deemed invalid. |
| Undefined | 2 | Represents a state where the outcome of the digital signature verification process is not determined. |
See Also
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++