DSAzure.TSharedKeyAuthorization.Authentication
Delphi
function Authentication: String; override;
C++
virtual System::UnicodeString __fastcall Authentication(void);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | DSAzure.pas DSAzure.hpp |
DSAzure | TSharedKeyAuthorization |
説明
アカウント情報を持つ認証文字列を、適切にエンコードされた形で作成します。
Authentication は、アカウント名と適切にエンコードされたアカウント キーで、SharedKey 認証文字列を作成します。この結果の文字列は、リクエストの 権限付与 ヘッダー用の値として使用されます。