Click or drag to resize

TSAHttpService Generate Method

Generate timestamp token.

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public byte[] Generate(
	byte[] signature
)

Parameters

signature
Type: System Byte
The value of signature field within SignerInfo. The value of messageImprint field within TimeStampToken shall be the hash of signature. Refrence RFC 3161 APPENDIX A.

Return Value

Type: Byte
timestamp which must conform to RFC 3161

Implements

ITSAService Generate( Byte )
See Also