Compartilhar via


Classe BasicAuthentication

 

Autenticação básica para o trabalho

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Hierarquia de herança

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
    Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication

Sintaxe

public class BasicAuthentication : HttpAuthentication
public ref class BasicAuthentication : HttpAuthentication
type BasicAuthentication = 
    class
        inherit HttpAuthentication
    end
Public Class BasicAuthentication
    Inherits HttpAuthentication

Construtores

Nome Descrição
BasicAuthentication()

Inicializa uma nova instância da classe BasicAuthentication.

BasicAuthentication(String)

Inicializa uma nova instância da classe BasicAuthentication com argumentos necessários.

Propriedades

Nome Descrição
Password

Opcional. Obtém ou define a senha.

Type

Opcional. Especifica o tipo de autenticação(herdado de HttpAuthentication.)

Username

Obrigatório. Obtém ou define o nome de usuário.

Métodos

Nome Descrição
Equals(Object)

(herdado de Object.)

Finalize()

(herdado de Object.)

GetHashCode()

(herdado de Object.)

GetType()

(herdado de Object.)

MemberwiseClone()

(herdado de Object.)

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.Scheduler.Models

Retornar ao topo