Base:
property
IsMutuallyAuthenticated
System.Net.WebResponse.IsMutuallyAuthenticated
3 references to IsMutuallyAuthenticated
System (1)
net\System\Net\HttpWebRequest.cs (1)
5681
if (AuthenticationLevel == AuthenticationLevel.MutualAuthRequired && !response.
IsMutuallyAuthenticated
)
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
359
if (!response.
IsMutuallyAuthenticated
)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3796
!response.
IsMutuallyAuthenticated
)