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