1 write to AuthenticationLevel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
773
httpWebRequest.
AuthenticationLevel
= authenticationLevel;
7 references to AuthenticationLevel
System (4)
net\System\Net\_AuthenticationState.cs (1)
373
if ((httpWebRequest.
AuthenticationLevel
== AuthenticationLevel.MutualAuthRequired) &&
net\System\Net\_NTAuthentication.cs (2)
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 (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
2164
(request.
AuthenticationLevel
!= AuthenticationLevel.MutualAuthRequired))
2167
SR.ProxyAuthenticationLevelMismatch, authenticationLevel, request.
AuthenticationLevel
)));
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3795
if ((request.
AuthenticationLevel
== AuthenticationLevel.MutualAuthRequired) &&