SignerOptions
Overview
SignerOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options common to the credential-source signer variants.
Properties: digestAlgorithm, signatureScheme, signingTime.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
digestAlgorithm | : DigestAlgorithm | Read | Digest algorithm for the signature (default sha256). |
signatureScheme | : SignatureScheme | Read | Signature scheme; defaults to one detected from the key/certificate. |
signingTime | : Date | Read | Signing time (/M); defaults to now. |