1 write to AuthenticationLevel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
773httpWebRequest.AuthenticationLevel = authenticationLevel;
7 references to AuthenticationLevel
System (4)
net\System\Net\_AuthenticationState.cs (1)
373if ((httpWebRequest.AuthenticationLevel == AuthenticationLevel.MutualAuthRequired) &&
net\System\Net\_NTAuthentication.cs (2)
364if (request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequested || request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequired)
net\System\Net\HttpWebRequest.cs (1)
5681if (AuthenticationLevel == AuthenticationLevel.MutualAuthRequired && !response.IsMutuallyAuthenticated)
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
2164(request.AuthenticationLevel != AuthenticationLevel.MutualAuthRequired)) 2167SR.ProxyAuthenticationLevelMismatch, authenticationLevel, request.AuthenticationLevel)));
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3795if ((request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequired) &&