4 overrides of IsSupportedAlgorithm
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\SymmetricKey.cs (1)
102
public override bool
IsSupportedAlgorithm
(string algorithm)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
394
public override bool
IsSupportedAlgorithm
(string algorithm)
System.ServiceModel.Primitives.Tests (2)
IdentityModel\SymmetricSecurityKeyTest.cs (1)
94
public override bool
IsSupportedAlgorithm
(string algorithm)
Security\securityKeyTest.cs (1)
56
public override bool
IsSupportedAlgorithm
(string algorithm)
4 references to IsSupportedAlgorithm
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
107
if (keys[i].
IsSupportedAlgorithm
(DefaultSymmetricSignatureAlgorithm))
114
else if (keys[i].
IsSupportedAlgorithm
(DefaultAsymmetricSignatureAlgorithm))
System\ServiceModel\Security\SecurityUtils.cs (2)
345
if (symmetricSecurityKey == null || !symmetricSecurityKey.
IsSupportedAlgorithm
(derivationAlgorithm))
381
if (token.SecurityKeys[i].
IsSupportedAlgorithm
(algorithm))