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
| Name | Type | Access | Description |
|---|---|---|---|
trust_status | TrustStatus | Read/Write | Gets or sets the trust status. |
chain | list[x509.Certificate] | Read/Write | Gets or sets the chain. |
errors | list[str] | Read/Write | Gets or sets the errors. |
warnings | list[str] | Read/Write | Gets or sets the warnings. |