System.Hash.THashSHA2.GetHashBytesFromFile

From RAD Studio API Documentation
Revision as of 14:39, 30 April 2016 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.Hash.THashSHA2.GetHashBytesFromFile|api}} ==Description== {{#lsth:API:System.Hash.THashSHA2.GetHashBytesFromFile|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

class function GetHashBytesFromFile(const AFileName: TFileName; AHashVersion: TSHA2Version = TSHA2Version.SHA256): TBytes; static;

C++

static System::DynamicArray<System::Byte> __fastcall GetHashBytesFromFile(const System::Sysutils::TFileName AFileName, TSHA2Version AHashVersion = (TSHA2Version)(0x1));

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!