SignerVerification

SignerVerification

Overview

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

Outcome of verifying a single signer.

Properties: digest_ok, intact, reason, signature_ok.

Properties

NameTypeAccessDescription
intactboolRead/WriteGets or sets the intact.
digest_okboolRead/WriteGets or sets the digest ok.
signature_okboolRead/WriteGets or sets the signature ok.
reasonstrRead/WriteGets or sets the reason.

See Also