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