WebRequestHandler.AuthenticationLevel Propiedad

Definición

Obtiene o establece un valor que indica el nivel de autenticación y de suplantación utilizados para esta solicitud.

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 propiedad

Combinación bit a bit de los valores de AuthenticationLevel. El valor predeterminado es MutualAuthRequested.

Comentarios

En la autenticación mutua, el cliente y el servidor presentan credenciales para establecer su identidad. Los valores MutualAuthRequired y MutualAuthRequested son pertinentes para la autenticación Kerberos. La autenticación Kerberos se puede admitir directamente o se puede utilizar si se utiliza el protocolo de seguridad Negotiate para seleccionar el protocolo de seguridad activo. Para obtener más información sobre los protocolos de autenticación, consulte Autenticación de Internet.

Se aplica a