IISServerOptions.AutomaticAuthentication Propriedade

Definição

Se for true, o servidor deverá definir HttpContext.User. Se false, o servidor fornecerá apenas uma identidade quando solicitado explicitamente pelo AuthenticationScheme. Observação A Autenticação do Windows também deve estar habilitada no IIS para que isso funcione.

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