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