WebRequestHandler.AuthenticationLevel Propriedade

Definição

Obtém ou define um valor que indica o nível de autenticação e representação usados para essa solicitação.

public:
 property System::Net::Security::AuthenticationLevel AuthenticationLevel { System::Net::Security::AuthenticationLevel get(); void set(System::Net::Security::AuthenticationLevel value); };
public System.Net.Security.AuthenticationLevel AuthenticationLevel { get; set; }
member this.AuthenticationLevel : System.Net.Security.AuthenticationLevel with get, set
Public Property AuthenticationLevel As AuthenticationLevel

Valor da propriedade

Uma combinação bit a bit dos AuthenticationLevel valores. O valor padrão é MutualAuthRequested.

Comentários

Na autenticação mútua, o cliente e o servidor apresentam credenciais para estabelecer sua identidade. Os MutualAuthRequired valores e os valores MutualAuthRequested são relevantes para a autenticação Kerberos. A autenticação Kerberos pode ter suporte diretamente ou pode ser usada se o protocolo de segurança Negotiate for usado para selecionar o protocolo de segurança real. Para obter mais informações sobre protocolos de autenticação, consulte a Autenticação da Internet.

Aplica-se a