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