1 write to authenticationScheme
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
2131
this.
authenticationScheme
= authenticationScheme;
4 references to authenticationScheme
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
2138
return
authenticationScheme
;
2146
if (this.
authenticationScheme
!= AuthenticationSchemes.Anonymous)
2150
NetworkCredential credential = HttpChannelUtilities.GetCredential(this.
authenticationScheme
,
2171
credentials.Add(this.address, AuthenticationSchemesHelper.ToString(this.
authenticationScheme
),