3 references to IsWindowsAuth
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
651
if (
IsWindowsAuth
(this.AuthenticationScheme))
902
return
IsWindowsAuth
(authenticationScheme);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
117
if (!HttpChannelFactory<TChannel>.
IsWindowsAuth
(this.AuthenticationScheme)