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