12 writes to AllowAnonymous
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (7)
AuthenticationTests.cs (3)
383options.Authentication.AllowAnonymous = DenyAnoymous; 412options.Authentication.AllowAnonymous = DenyAnoymous; 439options.Authentication.AllowAnonymous = DenyAnoymous;
Listener\AuthenticationOnExistingQueueTests.cs (2)
199server.Options.Authentication.AllowAnonymous = allowAnonymous; 211options.Authentication.AllowAnonymous = allowAnonymos;
Utilities.cs (2)
68options.Authentication.AllowAnonymous = allowAnonymous; 77options.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;
TlsFeaturesObserve (1)
Program.cs (1)
24options.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)
281if (!Options.Authentication.AllowAnonymous && !requestMemory.CheckAuthenticated())