procedure SaveToStream(const Value: TStream);
Description
Writes the encryption/decryption result to the stream. The method does not create an object of the TStream type, but accepts an already created one as input.
Value - The TStream object to which the result will be written.