Compartilhar via


HttpAuthenticationType Estrutura

Definição

O tipo de autenticação a ser usado para se conectar ao servidor HTTP.

public readonly struct HttpAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.HttpAuthenticationType>
type HttpAuthenticationType = struct
Public Structure HttpAuthenticationType
Implements IEquatable(Of HttpAuthenticationType)
Herança
HttpAuthenticationType
Implementações

Construtores

HttpAuthenticationType(String)

Inicializa uma nova instância de HttpAuthenticationType.

Propriedades

Anonymous

Anônima.

Basic

Básica.

ClientCertificate

Clientcertificate.

Digest

Digest.

Windows

Windows.

Métodos

Equals(HttpAuthenticationType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(HttpAuthenticationType, HttpAuthenticationType)

Determina se dois HttpAuthenticationType valores são os mesmos.

Implicit(String to HttpAuthenticationType)

Converte uma cadeia de caracteres em um HttpAuthenticationType.

Inequality(HttpAuthenticationType, HttpAuthenticationType)

Determina se dois HttpAuthenticationType valores não são os mesmos.

Aplica-se a