Aspose::Pdf::Security::ValidationMode enum

ValidationMode enum

Specifies the validation mode for PDF signature validation processes.

enum class ValidationMode

Values

NameValueDescription
None0Represents a mode where validation is not performed.
OnlyCheck1Represents the mode in which the validation is made, but its result does not affect the validation of the digital signature. You can check the result of the validation yourself.
Strict2Represents the mode in which the validation is made and its result affects the validation of the digital signature. If the certificate could not be verified, then the digital signature will be considered invalid. You can check the result of the validation yourself.

See Also