2 references to AuthenticationScheme
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
510
if (this.proxyFactory != null && this.proxyFactory.
AuthenticationScheme
!= AuthenticationSchemes.Anonymous)
862
proxyTokenProvider = CreateAndOpenTokenProvider(timeoutHelper.RemainingTime(), this.proxyFactory.
AuthenticationScheme
, to, via, channelParameters);