2 references to AuthenticationHandler
Microsoft.AspNetCore.Server.HttpSys (2)
MessagePump.cs (1)
40authentication.AddScheme(new AuthenticationScheme(HttpSysDefaults.AuthenticationScheme, displayName: _options.Authentication.AuthenticationDisplayName, handlerType: typeof(AuthenticationHandler)));
WebHostBuilderHttpSysExtensions.cs (1)
37services.AddTransient<AuthenticationHandler>();