Sdílet prostřednictvím


AuthenticationManager.AutomaticAuthentication Vlastnost

Definice

Pokud je hodnota true, server by měl nastavit HttpContext.User. Pokud je false, server poskytne identitu pouze v případě, že o to explicitně požádá AuthenticationScheme. Výchozí hodnota je 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

Hodnota vlastnosti

Platí pro