2 writes to isWindowsAuthentication
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
546this.isWindowsAuthentication = (authSection.Mode == AuthenticationMode.Windows); 550this.isWindowsAuthentication = false;
2 references to isWindowsAuthentication
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
539if (!this.isWindowsAuthentication.HasValue) 554return this.isWindowsAuthentication.Value;