API: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

説明

渡された文字列を、提供されたキーで署名します。

Data.Cloud.CloudAPI.TCloudSHA256Authentication.SignString は Data.Cloud.CloudAPI.TCloudAuthentication.SignString を継承しています。以下の内容はすべて Data.Cloud.CloudAPI.TCloudAuthentication.SignString を参照しています。

渡された文字列を、提供されたキーで署名します。

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

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

関連項目