AuthenticationManager.AutomaticAuthentication Vlastnost

Definice

Pokud je hodnota true, měl by server nastavit HttpContext.User. Pokud je false, server poskytne identitu pouze při explicitním požadavku 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

Boolean

Platí pro