2 references to AllowAnonymous
Microsoft.AspNetCore.Server.HttpSys (2)
AuthenticationSchemes.cs (1)
13/// No authentication is enabled. This should only be used when HttpSysOptions.Authentication.AllowAnonymous is enabled (see <see cref="AuthenticationManager.AllowAnonymous"/>).
HttpSysListener.cs (1)
294if (!Options.Authentication.AllowAnonymous && !requestMemory.CheckAuthenticated())