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