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