Data.Cloud.CloudAPI.TCloudSHA256Authentication.GetStreamToHashSHA256Hex
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
| Unit: Data.Cloud.CloudAPI | |
| Parent: TCloudSHA256Authentication | |
Delphi
class function GetStreamToHashSHA256Hex(const Content: TStream): string;
C++
__classmethod System::UnicodeString __fastcall GetStreamToHashSHA256Hex(System::Classes::TStream* const Content);
Description
Converts the provided stream into a hexadecimal value String hash.