2 references to IISServerAuthenticationHandlerInternal
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpServer.cs (1)
77authentication.AddScheme(new AuthenticationScheme(IISServerDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(IISServerAuthenticationHandlerInternal)));
WebHostBuilderIISExtensions.cs (1)
39services.AddTransient<IISServerAuthenticationHandlerInternal>();