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