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 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.WindowsAzure 命名空间

返回页首