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