6 references to IsSupportedAlgorithm
System.ServiceModel (6)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (5)
252if (SecurityUtils.IsSupportedAlgorithm(derivationAlgorithm, token)) 264if (SecurityUtils.IsSupportedAlgorithm(derivationAlgorithm, token)) 280if (SecurityUtils.IsSupportedAlgorithm(this.DefaultSymmetricKeyWrapAlgorithm, token)) 327if (SecurityUtils.IsSupportedAlgorithm(derivationAlgorithm, token)) 339if (SecurityUtils.IsSupportedAlgorithm(derivationAlgorithm, token))
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
212if (!SecurityUtils.IsSupportedAlgorithm(derivationAlgorithm, tokenToDerive))