10 writes to AllowAnonymous
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
AuthenticationTests.cs (3)
383options.Authentication.AllowAnonymous = DenyAnoymous; 412options.Authentication.AllowAnonymous = DenyAnoymous; 439options.Authentication.AllowAnonymous = DenyAnoymous;
Listener\AuthenticationOnExistingQueueTests.cs (1)
211options.Authentication.AllowAnonymous = allowAnonymos;
Utilities.cs (2)
67options.Authentication.AllowAnonymous = allowAnonymous; 76options.Authentication.AllowAnonymous = allowAnonymous;
NegotiateAuthSample (1)
Program.cs (1)
23options.Authentication.AllowAnonymous = true;
SelfHostServer (2)
Program.cs (1)
28options.Authentication.AllowAnonymous = true;
Startup.cs (1)
22options.Authentication.AllowAnonymous = true;
ServerComparison.TestSites (1)
Program.cs (1)
43options.Authentication.AllowAnonymous = true;
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)
290if (!Options.Authentication.AllowAnonymous && !requestMemory.CheckAuthenticated())