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