8 references to DenyAnoymous
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (8)
AuthenticationTests.cs (8)
51using (var server = Utilities.CreateDynamicHost(authType, DenyAnoymous, out var address, httpContext =>
153using (var server = Utilities.CreateDynamicHost(authType, DenyAnoymous, out var address, httpContext =>
173using (var server = Utilities.CreateDynamicHost(authTypes, DenyAnoymous, out var address, httpContext =>
227using (var server = Utilities.CreateDynamicHost(authType, DenyAnoymous, out var address, async httpContext =>
356using (var server = Utilities.CreateDynamicHost(authType, DenyAnoymous, out var address, httpContext =>
383options.Authentication.AllowAnonymous = DenyAnoymous;
412options.Authentication.AllowAnonymous = DenyAnoymous;
439options.Authentication.AllowAnonymous = DenyAnoymous;