WebRequestHandler.AuthenticationLevel Propriedade

Definição

Recebe ou define um valor que indica o nível de autenticação e personificação usado para este pedido.

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 de Propriedade

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

Observações

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

Aplica-se a