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
)
Public Function Generate (
signature As Byte()
) As Byte()
public:
virtual array<unsigned char>^ Generate(
array<unsigned char>^ signature
) sealed
abstract Generate :
signature : byte[] -> byte[]
override Generate :
signature : byte[] -> byte[]
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