WebRequestHandler.AuthenticationLevel Propiedad

Definición

Obtiene o establece un valor que indica el nivel de autenticación y suplantación que se usa 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 AuthenticationLevel valores. El valor por defecto es MutualAuthRequested.

Comentarios

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

Se aplica a