Condividi tramite


AuthenticationManager.AutomaticAuthentication Proprietà

Definizione

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

Valore della proprietà

Si applica a