1 write to authenticationScheme
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
134this.authenticationScheme = bindingElement.AuthenticationScheme;
3 references to authenticationScheme
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
211return this.authenticationScheme; 770AuthenticationSchemesHelper.ToString(this.authenticationScheme), credential); 889NetworkCredential credential = HttpChannelUtilities.GetCredential(this.authenticationScheme,