Discuss this help topic in SecureBlackbox Forum
Makes cleartext-signature over incoming data.
Declaration
Parameters
Description
This method signs data from
ASourceStream
with cleartext-signature and returns result at
ADestStream parameter.
Note,
ASourceStream
MUST contain text data.
Use
Count parameter to read
specified number of bytes from
ASourceStream.
Set this parameter value to 0 in order to read all data till the stream end.
[Pascal]
Note: in the Delphi versions older than 7, works only with streams of sizes smaller than 2GB (because of TStream limitation).
Use
ClearTextSignFile instead.