5 references to None
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1956SetupWebRequest(AuthenticationLevel.None, TokenImpersonationLevel.None, null); 2009SetupWebRequest(AuthenticationLevel.None, TokenImpersonationLevel.None, credential);
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3440authenticationLevel = AuthenticationLevel.None; 3458authenticationLevel = AuthenticationLevel.None;
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
32else if (authenticationLevel == AuthenticationLevel.None)