ValidationOptions

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

NameTypeAccessDescription
validation_modeValidationModeRead/WriteGets or sets the validation mode.
validation_methodValidationMethodRead/WriteGets or sets the validation method.
trusted_certificateslist[Any]Read/WriteGets or sets the trusted certificates.
allow_self_signedboolRead/WriteGets or sets the allow self signed.
check_revocationboolRead/WriteGets or sets the check revocation.
check_timestampboolRead/WriteGets or sets the check timestamp.
use_system_trustboolRead/WriteGets or sets the use system trust.
network_timeoutfloatRead/WriteGets or sets the network timeout.

Methods

SignatureDescription
to_dict()dictReturn a plain-dict representation of the scalar options.

See Also