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