ValidationOptions
Overview
ValidationOptions is a class in Aspose.PDF FOSS for Python.
Configuration for signature validation.
This class provides 1 method for working with ValidationOptions objects in Python programs.
Available methods include: to_dict.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: allow_self_signed, check_revocation, check_timestamp, network_timeout, trusted_certificates, use_system_trust, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
validation_mode | ValidationMode | Read/Write | Gets or sets the validation mode. |
validation_method | ValidationMethod | Read/Write | Gets or sets the validation method. |
trusted_certificates | list[Any] | Read/Write | Gets or sets the trusted certificates. |
allow_self_signed | bool | Read/Write | Gets or sets the allow self signed. |
check_revocation | bool | Read/Write | Gets or sets the check revocation. |
check_timestamp | bool | Read/Write | Gets or sets the check timestamp. |
use_system_trust | bool | Read/Write | Gets or sets the use system trust. |
network_timeout | float | Read/Write | Gets or sets the network timeout. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict | Return a plain-dict representation of the scalar options. |