IISServerOptions.AutomaticAuthentication Proprietà

Definizione

Se true il server deve impostare HttpContext.User. Se false il server fornirà solo un'identità quando richiesto in modo esplicito da AuthenticationScheme. Nota L'autenticazione di Windows deve essere abilitata anche in IIS per il funzionamento.

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