Data.Cloud.CloudAPI.TCloudSHA256Authentication.GetStreamToHashSHA256Hex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function GetStreamToHashSHA256Hex(const Content: TStream): string;

C++

__classmethod System::UnicodeString __fastcall GetStreamToHashSHA256Hex(System::Classes::TStream* const Content);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudSHA256Authentication


Beschreibung

Konvertiert den angegebenen Stream in einen Stringhash mit hexadezimalem Wert.

Siehe auch