1 override of IsSupportedAlgorithm
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SymmetricKey.cs (1)
107
public override bool
IsSupportedAlgorithm
(string algorithm)
3 references to IsSupportedAlgorithm
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
301
if (keys[i].
IsSupportedAlgorithm
(this.DefaultSymmetricSignatureAlgorithm))
308
else if (keys[i].
IsSupportedAlgorithm
(this.DefaultAsymmetricSignatureAlgorithm))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
469
if (token.SecurityKeys[i].
IsSupportedAlgorithm
(algorithm))