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