4 overrides of SupportsServerAuthentication
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
132
internal protected override bool
SupportsServerAuthentication
{ get { return true; } }
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
112
internal protected override bool
SupportsServerAuthentication
System\ServiceModel\Security\Tokens\UserNameSecurityTokenParameters.cs (1)
27
internal protected override bool
SupportsServerAuthentication
{ get { return false; } }
System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (1)
66
internal protected override bool
SupportsServerAuthentication
{ get { return true; } }