AuthenticationManager.AutomaticAuthentication Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Se true, il server deve impostare HttpContext.User. Se false, il server fornirà un'identità solo quando viene richiesta in modo esplicito da AuthenticationScheme. Il valore predefinito è 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