Overview
TrustStatus is a enum in Aspose.PDF FOSS for Python.
Outcome of building/validating the signer’s certificate chain.
This enumeration defines 4 values: TRUSTED, SELF_SIGNED, UNTRUSTED, BROKEN.
Values
| Value | Description |
|---|
TRUSTED | |
SELF_SIGNED | |
UNTRUSTED | |
BROKEN | |
See Also