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