IISOptions.AutomaticAuthentication Propiedad

Definición

Si es true, el middleware debe establecer HttpContext.User. Si es false, el middleware solo proporcionará una identidad cuando la authenticationScheme lo solicite explícitamente. 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