[]
Generates the time-stamp token for data specified as a byte array.
byte[] GetTimeStampToken(byte[] data)
Function GetTimeStampToken(data As Byte()) As Byte()
| Type | Name | Description |
|---|---|---|
| byte[] | data | The byte array containing the data. |
| Type | Description |
|---|---|
| byte[] | The time-stamp token. |
Generates the time-stamp token for data specified as a stream.
byte[] GetTimeStampToken(Stream stream)
Function GetTimeStampToken(stream As Stream) As Byte()
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream containing the data. |
| Type | Description |
|---|---|
| byte[] | The time-stamp token. |