ChainResult

Overview

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

Result of building and validating a certificate path.

Properties: chain, errors, trust_status, warnings.

Properties

NameTypeAccessDescription
trust_statusTrustStatusRead/WriteGets or sets the trust status.
chainlist[x509.Certificate]Read/WriteGets or sets the chain.
errorslist[str]Read/WriteGets or sets the errors.
warningslist[str]Read/WriteGets or sets the warnings.

See Also