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)
249htbe.AuthenticationScheme = System.Net.AuthenticationSchemes.IntegratedWindowsAuthentication;
System.ServiceModel.Http (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
38AuthenticationScheme = HttpTransportDefaults.AuthenticationScheme; 61AuthenticationScheme = elementToBeCloned.AuthenticationScheme;
System\ServiceModel\HttpTransportSecurity.cs (2)
92http.AuthenticationScheme = HttpClientCredentialTypeHelper.MapToAuthenticationScheme(_clientCredentialType); 108http.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)
105AuthenticationSchemes effectiveAuthenticationSchemes = AuthenticationScheme;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (9)
61AuthenticationScheme = elementToBeCloned.AuthenticationScheme; 370AuthenticationSchemes effectiveAuthenticationSchemes = AuthenticationScheme; 454if (AuthenticationScheme == AuthenticationSchemes.None) 457AuthenticationScheme)); 459else if (!AuthenticationScheme.IsSingleton() && AuthenticationScheme != AuthenticationSchemes.IntegratedWindowsAuthentication) 462AuthenticationScheme)); 486if (AuthenticationScheme != http.AuthenticationScheme)
System\ServiceModel\HttpBindingBase.cs (1)
243Fx.Assert(http.AuthenticationScheme.IsSingleton(), "authenticationScheme used in an Http(s)ChannelFactory must be a singleton value.");
System\ServiceModel\HttpTransportSecurity.cs (3)
100transportSecurity._clientCredentialType = HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme); 117return http.AuthenticationScheme == AuthenticationSchemes.Anonymous && http.Realm == DefaultRealm; 146if (HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme) == HttpClientCredentialType.Certificate)