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