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
| Name | Type | Access | Description |
|---|---|---|---|
intact | bool | Read/Write | Gets or sets the intact. |
digest_ok | bool | Read/Write | Gets or sets the digest ok. |
signature_ok | bool | Read/Write | Gets or sets the signature ok. |
reason | str | Read/Write | Gets or sets the reason. |