HttpTransportElement.AuthenticationScheme Propriedade

Definição

Obtém ou define o esquema de autenticação usado para autenticar pedidos de cliente processados por um ouvinte HTTP.

public:
 property System::Net::AuthenticationSchemes AuthenticationScheme { System::Net::AuthenticationSchemes get(); void set(System::Net::AuthenticationSchemes value); };
[System.Configuration.ConfigurationProperty("authenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)]
public System.Net.AuthenticationSchemes AuthenticationScheme { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationScheme", DefaultValue=System.Net.AuthenticationSchemes.Anonymous)>]
member this.AuthenticationScheme : System.Net.AuthenticationSchemes with get, set
Public Property AuthenticationScheme As AuthenticationSchemes

Valor de Propriedade

O AuthenticationSchemes objeto que especifica os protocolos usados para a autenticação do cliente. O padrão é Anónimo.

Atributos

Observações

O esquema de autenticação só pode ser definido uma vez.

Aplica-se a