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