37 references to AuthenticationLevel
System (7)
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)
net\System\Net\WebRequest.cs (3)
53
private
AuthenticationLevel
m_AuthenticationLevel;
552
m_AuthenticationLevel=
AuthenticationLevel
.MutualAuthRequested;
969
public
AuthenticationLevel
AuthenticationLevel {
System.ServiceModel (30)
System\ServiceModel\Channels\HttpChannelFactory.cs (12)
611
AuthenticationLevel
authenticationLevel, TokenImpersonationLevel impersonationLevel)
633
string GetConnectionGroupName(HttpWebRequest httpWebRequest, NetworkCredential credential,
AuthenticationLevel
authenticationLevel,
732
TokenImpersonationLevel impersonationLevel,
AuthenticationLevel
authenticationLevel,
887
AuthenticationLevel
authenticationLevel;
1956
SetupWebRequest(
AuthenticationLevel
.None, TokenImpersonationLevel.None, null);
2009
SetupWebRequest(
AuthenticationLevel
.None, TokenImpersonationLevel.None, credential);
2014
AuthenticationLevel
authenticationLevel;
2025
if (authenticationLevel ==
AuthenticationLevel
.MutualAuthRequired)
2035
void SetupWebRequest(
AuthenticationLevel
authenticationLevel, TokenImpersonationLevel impersonationLevel, NetworkCredential credential)
2149
AuthenticationLevel
authenticationLevel;
2163
if ((authenticationLevel ==
AuthenticationLevel
.MutualAuthRequired) &&
2164
(request.AuthenticationLevel !=
AuthenticationLevel
.MutualAuthRequired))
System\ServiceModel\Channels\HttpChannelHelpers.cs (6)
3437
out TokenImpersonationLevel impersonationLevel, out
AuthenticationLevel
authenticationLevel)
3440
authenticationLevel =
AuthenticationLevel
.None;
3455
out TokenImpersonationLevel impersonationLevel, out
AuthenticationLevel
authenticationLevel)
3458
authenticationLevel =
AuthenticationLevel
.None;
3484
if (authenticationLevel ==
AuthenticationLevel
.MutualAuthRequired)
3795
if ((request.AuthenticationLevel ==
AuthenticationLevel
.MutualAuthRequired) &&
System\ServiceModel\Channels\TransportSecurityHelpers.cs (11)
22
internal static string ToString(
AuthenticationLevel
authenticationLevel)
24
if (authenticationLevel ==
AuthenticationLevel
.MutualAuthRequested)
28
else if (authenticationLevel ==
AuthenticationLevel
.MutualAuthRequired)
32
else if (authenticationLevel ==
AuthenticationLevel
.None)
234
out TokenImpersonationLevel impersonationLevel, out
AuthenticationLevel
authenticationLevel)
247
out TokenImpersonationLevel impersonationLevel, out
AuthenticationLevel
authenticationLevel)
254
AuthenticationLevel
.MutualAuthRequested :
AuthenticationLevel
.MutualAuthRequired;
716
out TokenImpersonationLevel impersonationLevel, out
AuthenticationLevel
authenticationLevel)
721
AuthenticationLevel
.MutualAuthRequested :
AuthenticationLevel
.MutualAuthRequired;
System\ServiceModel\Security\SecurityUtils.cs (1)
1122
AuthenticationLevel
authenticationLevel, TokenImpersonationLevel impersonationLevel)