IISOptions.AutomaticAuthentication Proprietà

Definizione

Se true, il middleware deve impostare HttpContext.User. Se false, il middleware fornirà solo un'identità quando viene richiesta in modo esplicito da AuthenticationScheme. Nota L'autenticazione di Windows deve essere abilitata anche in IIS per consentire 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