1 type derived from AuthenticationSchemeProvider
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationSchemeProviderTests.cs (1)
300private class IgnoreCaseSchemeProvider : AuthenticationSchemeProvider
4 instantiations of 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()))); 121return 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()))); 40return new MessagePump(Options.Create(options), loggerFactory ?? new LoggerFactory(), new AuthenticationSchemeProvider(Options.Create(new AuthenticationOptions())));
3 references to AuthenticationSchemeProvider
Microsoft.AspNetCore.Authentication.Core (3)
AuthenticationCoreServiceCollectionExtensions.cs (1)
26services.TryAddSingleton<IAuthenticationSchemeProvider, AuthenticationSchemeProvider>();
AuthenticationSchemeProvider.cs (2)
16/// Creates an instance of <see cref="AuthenticationSchemeProvider"/> 26/// Creates an instance of <see cref="AuthenticationSchemeProvider"/>