Classe BasicAuthenticationCloudCredentials
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Hierarquia de herança
System.Object
Microsoft.WindowsAzure.CloudCredentials
Microsoft.WindowsAzure.BasicAuthenticationCloudCredentials
Sintaxe
public class BasicAuthenticationCloudCredentials : CloudCredentials
public ref class BasicAuthenticationCloudCredentials : CloudCredentials
type BasicAuthenticationCloudCredentials =
class
inherit CloudCredentials
end
Public Class BasicAuthenticationCloudCredentials
Inherits CloudCredentials
Construtores
Nome | Descrição | |
---|---|---|
BasicAuthenticationCloudCredentials() |
Propriedades
Nome | Descrição | |
---|---|---|
Password | ||
Username |
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | (herdado de Object.) |
|
Finalize() | (herdado de Object.) |
|
GetHashCode() | (herdado de Object.) |
|
GetType() | (herdado de Object.) |
|
InitializeServiceClient<T>(ServiceClient<T>) | Inicializa uma instância de ServiceClient<T> que é usado para processar as credenciais.(herdado de CloudCredentials.) |
|
MemberwiseClone() | (herdado de Object.) |
|
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken) | (Substitui CloudCredentials.ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken).) |
|
ToString() | (herdado de Object.) |
Acesso thread-safe
Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Namespace Microsoft.WindowsAzure
Retornar ao topo