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