3 references to Mode
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
546this.isWindowsAuthentication = (authSection.Mode == AuthenticationMode.Windows);
System.Web (2)
Configuration\AuthenticationConfig.cs (1)
37return settings.Mode;
Configuration\AuthenticationSection.cs (1)
165if (Mode == AuthenticationMode.Passport && UnsafeNativeMethods.PassportVersion() < 0) {