Data.Cloud.CloudAPI.TCloudSHA256Authentication.GetStreamToHashSHA256Hex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudSHA256Authentication


説明

提供されたストリームを、16 進数値の文字列ハッシュに変換します。

関連項目