ChainResult

Overview

ChainResult is a interface in Aspose.PDF FOSS for TypeScript.

Properties: path, reason, status.

Properties

NameTypeAccessDescription
status: 'trusted' | 'untrusted'ReadGets the status.
path: Uint8Array[]ReadThe built path, leaf-first, ending at the trust anchor (when trusted).
reason: stringReadWhy the path is untrusted, for diagnostics.