1 write to fWindowsAuthEnabled
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
43native.fWindowsAuthEnabled = managed.fWindowsAuthEnabled ? 1 : 0;
1 reference to fWindowsAuthEnabled
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
74fWindowsAuthEnabled = native.fWindowsAuthEnabled != 0,