1 write to AuthenticationScheme
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1378AuthenticationScheme = authenticationScheme;
6 references to AuthenticationScheme
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
564if (ProxyFactory != null && ProxyFactory.AuthenticationScheme != AuthenticationSchemes.Anonymous) 749proxyTokenProvider = await CreateAndOpenTokenProviderAsync(timeoutHelper.RemainingTime(), ProxyFactory.AuthenticationScheme, to, via, channelParameters); 1387if (AuthenticationScheme != AuthenticationSchemes.Anonymous) 1389(NetworkCredential credential, TokenImpersonationLevel impersonationLevel, AuthenticationLevel authenticationLevel) = await HttpChannelUtilities.GetCredentialAsync(AuthenticationScheme, 1410if (AuthenticationScheme == AuthenticationSchemes.IntegratedWindowsAuthentication) 1419credentials.Add(_address, AuthenticationSchemesHelper.ToString(AuthenticationScheme),