Share via


IISServerOptions.AutomaticAuthentication Propiedad

Definición

Si es true, el servidor debe establecer HttpContext.User. Si false, el servidor solo proporcionará una identidad cuando lo solicite explícitamente AuthenticationScheme. Nota La autenticación de Windows también debe estar habilitada en IIS para que funcione.

public:
 property bool AutomaticAuthentication { bool get(); void set(bool value); };
public bool AutomaticAuthentication { get; set; }
member this.AutomaticAuthentication : bool with get, set
Public Property AutomaticAuthentication As Boolean

Valor de propiedad

Se aplica a