System.Hash.THashMD5.HashAsBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HashAsBytes: TBytes; inline;

C++

System::DynamicArray<System::Byte> __fastcall HashAsBytes(void);

Properties

Type Visibility Source Unit Parent
function public
System.Hash.pas
System.Hash.hpp
System.Hash THashMD5

Description

Returns the hash value of this instance of THashMD5 as bytes.

When you call HashAsBytes, you finalize the current instance of THashMD5. You cannot update this instance of THashMD5. If you need to modify it, you can reset it and then update it.

See Also