PdfDigitalSignatureTimestampTokenSizeEstimate Property

Gets or sets the estimated size in bytes reserved in the signature for the timestamp token. The default is 16384 bytes, which works for most timestamp servers

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public int TimestampTokenSizeEstimate { get; set; }

Property Value

Int32

Remarks

Increase this value only if the timestamp server returns a token larger than the reserved space, which can happen with servers that include long certificate chains in the response

See Also