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