8 overrides of SupportsServerAuthentication
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
224internal protected override bool SupportsServerAuthentication { get { return true; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\KerberosSecurityTokenParameters.cs (1)
29internal protected override bool SupportsServerAuthentication { get { return true; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\RsaSecurityTokenParameters.cs (1)
30internal protected override bool SupportsServerAuthentication { get { return true; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
139internal protected override bool SupportsServerAuthentication
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SslSecurityTokenParameters.cs (1)
98internal protected override bool SupportsServerAuthentication { get { return true; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SspiSecurityTokenParameters.cs (1)
78internal protected override bool SupportsServerAuthentication { get { return true; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\UserNameSecurityTokenParameters.cs (1)
23internal protected override bool SupportsServerAuthentication { get { return false; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (1)
69internal protected override bool SupportsServerAuthentication { get { return true; } }
2 references to SupportsServerAuthentication
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
151supportsServerAuthentication = RecipientTokenParameters.SupportsServerAuthentication;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
104supportsServerAuthentication = ProtectionTokenParameters.SupportsServerAuthentication;