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