11 references to MutualAuthRequired
System (3)
net\System\Net\_AuthenticationState.cs (1)
373if ((httpWebRequest.AuthenticationLevel == AuthenticationLevel.MutualAuthRequired) &&
net\System\Net\_NTAuthentication.cs (1)
364if (request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequested || request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequired)
net\System\Net\HttpWebRequest.cs (1)
5681if (AuthenticationLevel == AuthenticationLevel.MutualAuthRequired && !response.IsMutuallyAuthenticated)
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
2025if (authenticationLevel == AuthenticationLevel.MutualAuthRequired) 2163if ((authenticationLevel == AuthenticationLevel.MutualAuthRequired) && 2164(request.AuthenticationLevel != AuthenticationLevel.MutualAuthRequired))
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3484if (authenticationLevel == AuthenticationLevel.MutualAuthRequired) 3795if ((request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequired) &&
System\ServiceModel\Channels\TransportSecurityHelpers.cs (3)
28else if (authenticationLevel == AuthenticationLevel.MutualAuthRequired) 254AuthenticationLevel.MutualAuthRequested : AuthenticationLevel.MutualAuthRequired; 721AuthenticationLevel.MutualAuthRequested : AuthenticationLevel.MutualAuthRequired;