TimeStampRequestOptions
Overview
TimeStampRequestOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: certReq, nonce, reqPolicy.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
nonce | : bigint | Read | Anti-replay nonce echoed in the token. |
certReq | : boolean | Read | Ask the TSA to embed its certificate in the token (default true), so the token can be verified later without out-of-band cert retrieval. |
reqPolicy | : string | Read | Request a specific TSA policy OID. |