3 references to IISDefaults
Microsoft.AspNetCore.Server.IISIntegration (3)
IISMiddleware.cs (2)
87authentication.AddScheme(new AuthenticationScheme(IISDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(AuthenticationHandler))); 179var winIdentity = new WindowsIdentity(handle, IISDefaults.AuthenticationScheme);
WebHostBuilderIISExtensions.cs (1)
89AuthenticationScheme = IISDefaults.AuthenticationScheme