11 overrides of SupportsServerAuthentication
System.ServiceModel (11)
System\ServiceModel\Security\SessionSymmetricMessageSecurityProtocolFactory.cs (1)
108internal protected override bool SupportsServerAuthentication { get { return false; } }
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
224internal protected override bool SupportsServerAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\KerberosSecurityTokenParameters.cs (1)
29internal protected override bool SupportsServerAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\RsaSecurityTokenParameters.cs (1)
35internal protected override bool SupportsServerAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
167internal protected override bool SupportsServerAuthentication
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenParameters.cs (1)
28internal protected override bool SupportsServerAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\SslSecurityTokenParameters.cs (1)
98internal protected override bool SupportsServerAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\SspiSecurityTokenParameters.cs (1)
78internal protected override bool SupportsServerAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\UserNameSecurityTokenParameters.cs (1)
29internal protected override bool SupportsServerAuthentication { get { return false; } }
System\ServiceModel\Security\Tokens\WrappedKeySecurityTokenParameters.cs (1)
29internal protected override bool SupportsServerAuthentication { get { return true; } }
System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (1)
69internal protected override bool SupportsServerAuthentication { get { return true; } }
2 references to SupportsServerAuthentication
System.ServiceModel (2)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
150supportsServerAuthentication = RecipientTokenParameters.SupportsServerAuthentication;
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
103supportsServerAuthentication = ProtectionTokenParameters.SupportsServerAuthentication;