Partilhar via


AuthenticationManager.AutomaticAuthentication Propriedade

Definição

Se true, o servidor deverá definir HttpContext.User. Se false, o servidor fornecerá apenas uma identidade quando solicitado explicitamente pelo AuthenticationScheme. O padrão é 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 da propriedade

Aplica-se a