Share via


BasicAuthenticationCloudCredentials クラス

 

名前空間:   Microsoft.WindowsAzure
アセンブリ:  Microsoft.WindowsAzure.Common (Microsoft.WindowsAzure.Common.dll 内)

継承階層

System.Object
  Microsoft.WindowsAzure.CloudCredentials
    Microsoft.WindowsAzure.BasicAuthenticationCloudCredentials

構文

public class BasicAuthenticationCloudCredentials : CloudCredentials
public ref class BasicAuthenticationCloudCredentials : CloudCredentials
type BasicAuthenticationCloudCredentials = 
    class
        inherit CloudCredentials
    end
Public Class BasicAuthenticationCloudCredentials
    Inherits CloudCredentials

コンストラクター

名前 説明
BasicAuthenticationCloudCredentials()

プロパティ

名前 説明
Password

Username

メソッド

名前 説明
Equals(Object)

(Object から継承されました。)

Finalize()

(Object から継承されました。)

GetHashCode()

(Object から継承されました。)

GetType()

(Object から継承されました。)

InitializeServiceClient<T>(ServiceClient<T>)

インスタンスを初期化 ServiceClient<T> 資格情報を処理するために使用されます。(CloudCredentials から継承されました。)

MemberwiseClone()

(Object から継承されました。)

ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

(CloudCredentials.ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) をオーバーライドする。)

ToString()

(Object から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.WindowsAzure 名前空間

トップに戻る