7 references to AuthenticationChallenges
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationManager.cs (1)
181IList<string> challenges = GenerateChallenges(context.Response.AuthenticationChallenges);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
Listener\AuthenticationOnExistingQueueTests.cs (6)
65Assert.Equal(authType, context.Response.AuthenticationChallenges); 106Assert.Equal(authType, context.Response.AuthenticationChallenges); 131Assert.Equal(authType, context.Response.AuthenticationChallenges); 156Assert.Equal(authType, context.Response.AuthenticationChallenges); 163Assert.Equal(authType, context.Response.AuthenticationChallenges); 186Assert.Equal(authType, context.Response.AuthenticationChallenges);