DSAzure.TSharedKeyAuthorization

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

IdAuthentication.TIdBasicAuthenticationIdAuthentication.TIdAuthenticationSystem.Classes.TPersistentSystem.TObjectTSharedKeyAuthorization

Delphi

TSharedKeyAuthorization = class(TIdBasicAuthentication)

C++

class PASCALIMPLEMENTATION TSharedKeyAuthorization : public Idauthentication::TIdBasicAuthentication

プロパティ

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

説明

アカウント情報を保持し権限付与を処理します。

TSharedKeyAuthorization では、ストレージ アカウント名を Username フィールドに、アカウント キーを Password フィールドに、それぞれ保持します。 このクラスは、情報の必要なデコードとエンコードを処理するほか、要求の権限付与ヘッダーを適切に設定するために使用されます。

関連項目