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