WebRequestHandler.AuthenticationLevel Propriedade

Definição

Obtém ou define um valor que indica o nível de autenticação e representação usada para esta 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 valores AuthenticationLevel. O valor padrão é MutualAuthRequested.

Comentários

Na autenticação mútua, o cliente e o servidor apresentam credenciais para estabelecer sua identidade. Os valores MutualAuthRequired e MutualAuthRequested são relevantes para a autenticação Kerberos. A autenticação Kerberos pode receber 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 Autenticação da Internet.

Aplica-se a