Data.Cloud.CloudAPI.TCloudSHA256Authentication.SignString

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

Delphi

function SignString(const Signkey: TBytes; const StringToSign: string): TBytes; override;

C++

virtual System::DynamicArray<System::Byte> __fastcall SignString(const System::DynamicArray<System::Byte> Signkey, const System::UnicodeString StringToSign);

プロパティ

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


説明

渡された文字列を、SHA256 アルゴリズムを使用して、提供されたキーで署名します。

StringToSign は、署名する文字列を表します。Signkey は、署名に使用するキーを表します。

SignString は、すべてのリクエストで、Authorization ヘッダーの一部として使用する、SHA256 署名文字列を返します。

関連項目