ChainResult
Overview
ChainResult is a interface in Aspose.PDF FOSS for TypeScript.
Properties: path, reason, status.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
status | : 'trusted' | 'untrusted' | Read | Gets the status. |
path | : Uint8Array[] | Read | The built path, leaf-first, ending at the trust anchor (when trusted). |
reason | : string | Read | Why the path is untrusted, for diagnostics. |