DSAzure.TSharedKeyAuthorization.Authentication

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

Delphi

function Authentication: String; override;

C++

virtual System::UnicodeString __fastcall Authentication(void);

プロパティ

種類 可視性 ソース ユニット
function public
DSAzure.pas
DSAzure.hpp
DSAzure TSharedKeyAuthorization


説明

アカウント情報を持つ認証文字列を、適切にエンコードされた形で作成します。

Authentication は、アカウント名と適切にエンコードされたアカウント キーで、SharedKey 認証文字列を作成します。この結果の文字列は、リクエストの 権限付与 ヘッダー用の値として使用されます。

関連項目