20 references to GetAlgorithmFromConfig
System.IdentityModel (20)
System\IdentityModel\CryptoHelper.cs (12)
423
KeyedHashAlgorithm algorithm =
GetAlgorithmFromConfig
( SecurityAlgorithms.HmacSha1Signature ) as KeyedHashAlgorithm;
451
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
482
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
509
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
544
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
591
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
658
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
864
algorithmObject =
GetAlgorithmFromConfig
(algorithm);
900
algorithmObject =
GetAlgorithmFromConfig
(algorithm);
952
algorithmObject =
GetAlgorithmFromConfig
(algorithm);
1013
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
1051
object algorithmObject =
GetAlgorithmFromConfig
(algorithm);
System\IdentityModel\Tokens\RsaSecurityKey.cs (4)
80
object algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);
115
object algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);
158
object algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);
243
algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (4)
252
object algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);
292
object algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);
359
object algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);
478
algorithmObject = CryptoHelper.
GetAlgorithmFromConfig
(algorithm);