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.Gets or sets a value indicating the level of authentication and impersonation used for this request.

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

AuthenticationLevel

Uma combinação bit a bit dos valores AuthenticationLevel.A bitwise combination of the AuthenticationLevel values. O valor padrão é MutualAuthRequested.The default value is MutualAuthRequested.

Comentários

Na autenticação mútua, o cliente e o servidor apresentam credenciais para estabelecer sua identidade.In mutual authentication, both the client and server present credentials to establish their identity. Os valores MutualAuthRequired e MutualAuthRequested são relevantes para a autenticação Kerberos.The MutualAuthRequired and MutualAuthRequested values are relevant for Kerberos authentication. 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.Kerberos authentication can be supported directly, or can be used if the Negotiate security protocol is used to select the actual security protocol. Para obter mais informações sobre protocolos de autenticação, consulte autenticação da Internet.For more information about authentication protocols, see Internet Authentication.

Aplica-se a