6 references to algorithmDelegateDictionary
System.IdentityModel (6)
System\IdentityModel\CryptoHelper.cs (6)
1247
if (!
algorithmDelegateDictionary
.TryGetValue(algorithm, out delegateFunction))
1251
if (!
algorithmDelegateDictionary
.ContainsKey(algorithm))
1263
algorithmDelegateDictionary
[algorithm] = null;
1268
algorithmDelegateDictionary
[algorithm] = null;
1276
algorithmDelegateDictionary
[algorithm] = null;
1289
algorithmDelegateDictionary
[algorithm] = delegateFunction;