4 references to Windows
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
546this.isWindowsAuthentication = (authSection.Mode == AuthenticationMode.Windows);
System.Web (3)
Configuration\AuthenticationSection.cs (2)
102new ConfigurationProperty("mode", typeof(AuthenticationMode), AuthenticationMode.Windows, ConfigurationPropertyOptions.None); 141[ConfigurationProperty("mode", DefaultValue = AuthenticationMode.Windows)]
Security\WindowsAuthenticationModule.cs (1)
174_fAuthRequired = (AuthenticationConfig.Mode == AuthenticationMode.Windows);