4 references to AuthenticationSchemeProvider
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
Utilities.cs (2)
115
=> new MessagePump(Options.Create(new HttpSysOptions()), loggerFactory ?? new LoggerFactory(), new
AuthenticationSchemeProvider
(Options.Create(new AuthenticationOptions())));
121
return new MessagePump(Options.Create(options), loggerFactory ?? new LoggerFactory(), new
AuthenticationSchemeProvider
(Options.Create(new AuthenticationOptions())));
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (2)
Utilities.cs (2)
34
=> new MessagePump(Options.Create(new HttpSysOptions()), loggerFactory ?? new LoggerFactory(), new
AuthenticationSchemeProvider
(Options.Create(new AuthenticationOptions())));
40
return new MessagePump(Options.Create(options), loggerFactory ?? new LoggerFactory(), new
AuthenticationSchemeProvider
(Options.Create(new AuthenticationOptions())));