AuthenticationManager.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. El valor predeterminado es true.

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

Boolean

Se aplica a