Click or drag to resize

PdfSignature ConfigureTimestamp Method (PdfSignature TimestampGenerateHandler)

Configure timestamp which must conform to RFC 3161.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ConfigureTimestamp(
	PdfSignatureTimestampGenerateHandler handler
)

Parameters

handler
Type: Spire.Pdf.Security PdfSignature TimestampGenerateHandler
the handler which generate timestamp token
See Also