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