4 overrides of SupportsClientAuthentication
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
131internal protected override bool SupportsClientAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
104internal protected override bool SupportsClientAuthentication
System\ServiceModel\Security\Tokens\UserNameSecurityTokenParameters.cs (1)
26internal protected override bool SupportsClientAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (1)
65internal protected override bool SupportsClientAuthentication { get { return true; } }
1 reference to SupportsClientAuthentication
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
179if (p.SupportsClientAuthentication)