5 references to MutualAuthRequested
System (2)
net\System\Net\_NTAuthentication.cs (1)
364if (request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequested || request.AuthenticationLevel == AuthenticationLevel.MutualAuthRequired)
net\System\Net\WebRequest.cs (1)
552m_AuthenticationLevel= AuthenticationLevel.MutualAuthRequested;
System.ServiceModel (3)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (3)
24if (authenticationLevel == AuthenticationLevel.MutualAuthRequested) 254AuthenticationLevel.MutualAuthRequested : AuthenticationLevel.MutualAuthRequired; 721AuthenticationLevel.MutualAuthRequested : AuthenticationLevel.MutualAuthRequired;