Aspose::Pdf::Security::VerificationState enum

VerificationState enum

Specifies the state of a digital signature verification process in a PDF document.

enum class VerificationState

Values

NameValueDescription
Valid0Represents a state indicating that the digital signature verification process has completed successfully, and the signature is valid.
Invalid1Represents a state indicating that the digital signature verification process has failed, and the signature is deemed invalid.
Undefined2Represents a state where the outcome of the digital signature verification process is not determined.

See Also