ITimeStampingAuthorityStampData Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Timestamps the given data.

Namespace:  Apitron.PDF.Kit.Interactive.Forms.Signature
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

byte[] StampData(
	byte[] signedData
)

Parameters

signedData
Type: SystemByte
Signed message data.

Return Value

Type: Byte
Returns a buffer that contains an Abstract Syntax Notation One (ASN.1) encoded content information sequence. This value should be stored for future time stamp validations on the signature, or null if fails.
See Also

Reference