15 references to IntegratedWindowsAuthentication
Security.TransportSecurity.IntegrationTests (2)
Http\ClientCredentialTypeTests.4.1.0.cs (1)
160htbe.AuthenticationScheme = System.Net.AuthenticationSchemes.IntegratedWindowsAuthentication;
Https\ClientCredentialTypeTests.4.1.0.cs (1)
250htbe.AuthenticationScheme = System.Net.AuthenticationSchemes.IntegratedWindowsAuthentication;
System.ServiceModel.Http (12)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
218if (_channelFactory.AuthenticationScheme == AuthenticationSchemes.IntegratedWindowsAuthentication)
System\ServiceModel\Channels\HttpChannelFactory.cs (8)
87if (!bindingElement.AuthenticationScheme.IsSingleton() && bindingElement.AuthenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication) 323if (AuthenticationScheme == AuthenticationSchemes.IntegratedWindowsAuthentication) 419case AuthenticationSchemes.IntegratedWindowsAuthentication: 457case AuthenticationSchemes.IntegratedWindowsAuthentication: 635Fx.Assert(authScheme.IsSingleton() || authScheme == AuthenticationSchemes.IntegratedWindowsAuthentication, "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value."); 639authScheme == AuthenticationSchemes.IntegratedWindowsAuthentication; 1372if (!authenticationScheme.IsSingleton() && authenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication) 1410if (AuthenticationScheme == AuthenticationSchemes.IntegratedWindowsAuthentication)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
88case AuthenticationSchemes.IntegratedWindowsAuthentication: // IWA could use NTLM
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
345else if (!AuthenticationScheme.IsSingleton() && AuthenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication)
System\ServiceModel\HttpClientCredentialType.cs (1)
85case AuthenticationSchemes.IntegratedWindowsAuthentication:
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
55if (!authScheme.IsSingleton() && authScheme != AuthenticationSchemes.IntegratedWindowsAuthentication)