1 write to AuthenticationDisplayName
IISSample (1)
Startup.cs (1)
26options.AuthenticationDisplayName = "Windows Auth";
1 reference to AuthenticationDisplayName
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
87authentication.AddScheme(new AuthenticationScheme(IISDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(AuthenticationHandler)));