Compartir a través de


HttpAuthenticationType Estructura

Definición

Tipo de autenticación que se va a usar para conectarse al servidor HTTP.

public readonly struct HttpAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HttpAuthenticationType>
type HttpAuthenticationType = struct
Public Structure HttpAuthenticationType
Implements IEquatable(Of HttpAuthenticationType)
Herencia
HttpAuthenticationType
Implementaciones

Constructores

HttpAuthenticationType(String)

Inicializa una nueva instancia de la clase HttpAuthenticationType.

Propiedades

Anonymous

Anonymous.

Basic

Básico.

ClientCertificate

ClientCertificate.

Digest

Resumen.

Windows

Windows.

Métodos

Equals(HttpAuthenticationType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(HttpAuthenticationType, HttpAuthenticationType)

Determina si dos HttpAuthenticationType valores son iguales.

Implicit(String to HttpAuthenticationType)

Convierte una cadena en un HttpAuthenticationType.

Inequality(HttpAuthenticationType, HttpAuthenticationType)

Determina si dos HttpAuthenticationType valores no son los mismos.

Se aplica a