Discuss this help topic in SecureBlackbox Forum
This method verifies a timestamp.
Declaration
Parameters
- InBuffer - the timestamp message to be verified.
- InStartIndex - the starting index of the data to be verified in the InBuffer.
- InSize - size of the input data in bytes.
- InStream - stream with the timestamp message to be verified.
- InCount - Number of bytes to be read from InStream. If this parameter is 0 the data is read till the end of the stream.
- OutBuffer - buffer where the time-stamped data should be written.
- OutStartIndex - starting index of the resulting data in the OutBuffer.
- OutSize - size of the OutBuffer in bytes.
- OutStream - stream where the resulting (time-stamped) data will be written.
Return value
0 if the verification was completed successfully, and an error code otherwise.
Possible values:
Description
Use this method to verify the timestamp.
Discuss this help topic in SecureBlackbox Forum