1 write to fWindowsAuthEnabled
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
74fWindowsAuthEnabled = native.fWindowsAuthEnabled != 0,
3 references to fWindowsAuthEnabled
Microsoft.AspNetCore.Server.IIS (3)
Core\IISConfigurationData.cs (1)
43native.fWindowsAuthEnabled = managed.fWindowsAuthEnabled ? 1 : 0;
WebHostBuilderIISExtensions.cs (2)
44IsEnabled = iisConfigData.fWindowsAuthEnabled || iisConfigData.fBasicAuthEnabled, 51options.ForwardWindowsAuthentication = iisConfigData.fWindowsAuthEnabled || iisConfigData.fBasicAuthEnabled;