VerifyOptions

Overview

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

Options for {@link Document.VerifySignatures}.

Properties: at, getCRL, getOCSP, offline, trustAnchors.

Properties

NameTypeAccessDescription
getOCSP: RevocationFetcherReadOnline OCSP fetch for the signer certificate (e.g.
getCRL: RevocationFetcherReadOnline CRL fetch for the signer certificate (e.g.
offline: Map<string, RevocationMaterial>ReadPre-collected offline material per signature, keyed by signature field name — e.g.
trustAnchors: Uint8Array[]ReadTrusted root/intermediate certificates (DER).
at: DateReadValidation time for certificate validity-period checks.