Pascal Scripting: GetSHA256OfStream

Prototype

function GetSHA256OfStream(const Stream: TStream): String;

Description

Gets the SHA-256 hash of the specified stream, as a string. An exception will be raised upon failure.

See also

GetSHA256OfFile