ValidationResult

ValidationResult

Overview

ValidationResult is a class in Aspose.PDF FOSS for Python.

Structured result returned by signature validation.

Properties: certification_level, errors, is_valid, message, pades_level, revocation_status, and 5 more.

Properties

NameTypeAccessDescription
is_validboolReadReturn True when the signature passed all checks.
statusValidationStatusRead/WriteGets or sets the status.
messagestrRead/WriteGets or sets the message.
errorslist[str]Read/WriteGets or sets the errors.
signerstr | NoneRead/WriteGets or sets the signer.
trust_statusTrustStatus | NoneRead/WriteGets or sets the trust status.
revocation_statusRevocationStatus | NoneRead/WriteGets or sets the revocation status.
timestampAny | NoneRead/WriteGets or sets the timestamp.
certification_levelCertificationLevel | NoneRead/WriteGets or sets the certification level.
signed_atstr | NoneRead/WriteGets or sets the signed at.
pades_levelPadesLevel | NoneRead/WriteGets or sets the pades level.

See Also