6 writes to AuthenticationScheme
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 (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
34AuthenticationScheme = HttpTransportDefaults.AuthenticationScheme; 52AuthenticationScheme = elementToBeCloned.AuthenticationScheme;
System\ServiceModel\HttpTransportSecurity.cs (2)
88http.AuthenticationScheme = HttpClientCredentialTypeHelper.MapToAuthenticationScheme(_clientCredentialType); 102http.AuthenticationScheme = AuthenticationSchemes.Anonymous;
19 references to AuthenticationScheme
System.ServiceModel.Http (19)
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
74bindingElement.AuthenticationScheme != AuthenticationSchemes.Anonymous) 87if (!bindingElement.AuthenticationScheme.IsSingleton() && bindingElement.AuthenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication) 90bindingElement.AuthenticationScheme)); 93AuthenticationScheme = bindingElement.AuthenticationScheme;
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
100AuthenticationSchemes effectiveAuthenticationSchemes = AuthenticationScheme;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (9)
52AuthenticationScheme = elementToBeCloned.AuthenticationScheme; 261AuthenticationSchemes effectiveAuthenticationSchemes = AuthenticationScheme; 340if (AuthenticationScheme == AuthenticationSchemes.None) 343AuthenticationScheme)); 345else if (!AuthenticationScheme.IsSingleton() && AuthenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication) 348AuthenticationScheme)); 372if (AuthenticationScheme != http.AuthenticationScheme)
System\ServiceModel\HttpBindingBase.cs (1)
228Fx.Assert(http.AuthenticationScheme.IsSingleton(), "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value.");
System\ServiceModel\HttpTransportSecurity.cs (3)
95transportSecurity._clientCredentialType = HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme); 110return http.AuthenticationScheme == AuthenticationSchemes.Anonymous; 139if (HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme) == HttpClientCredentialType.Certificate)