13 references to AuthenticationScheme
System.ServiceModel (13)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
301if (HttpChannelFactory<IDuplexSessionChannel>.MapIdentity(this.RemoteAddress, this.channelFactory.AuthenticationScheme))
System\ServiceModel\Channels\HttpChannelFactory.cs (9)
506if (this.AuthenticationScheme != AuthenticationSchemes.Anonymous) 651if (IsWindowsAuth(this.AuthenticationScheme)) 789if (AuthenticationScheme == AuthenticationSchemes.Basic) 859tokenProvider = CreateAndOpenTokenProvider(timeoutHelper.RemainingTime(), this.AuthenticationScheme, to, via, channelParameters); 907return MapIdentity(target, this.AuthenticationScheme); 1954if (factory.AuthenticationScheme == AuthenticationSchemes.Anonymous) 1959else if (factory.AuthenticationScheme == AuthenticationSchemes.Basic) 2019if (factory.AuthenticationScheme == AuthenticationSchemes.Digest) 2023else if (factory.AuthenticationScheme == AuthenticationSchemes.Ntlm)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3782string message = SR.GetString(SR.HttpAuthorizationFailed, factory.AuthenticationScheme, 3790string message = SR.GetString(SR.HttpAuthorizationForbidden, factory.AuthenticationScheme);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
117if (!HttpChannelFactory<TChannel>.IsWindowsAuth(this.AuthenticationScheme)