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

説明

渡された文字列を、提供されたキーで署名します。 {{#multireplace:Data.Cloud.CloudAPI.TCloudSHA256Authentication.SignString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Data.Cloud.CloudAPI.TCloudAuthentication.SignString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Data.Cloud.CloudAPI.TCloudAuthentication.SignString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目