2 instantiations of SecurityAlgorithmDictionary
System.IdentityModel (2)
System\IdentityModel\DictionaryManager.cs (1)
53this.securityAlgorithmDictionary = new SecurityAlgorithmDictionary(parentDictionary);
System\IdentityModel\XD.cs (1)
76securityAlgorithmDictionary = new SecurityAlgorithmDictionary(Dictionary);
4 references to SecurityAlgorithmDictionary
System.IdentityModel (4)
System\IdentityModel\DictionaryManager.cs (2)
17SecurityAlgorithmDictionary securityAlgorithmDictionary; 98public SecurityAlgorithmDictionary SecurityAlgorithmDictionary
System\IdentityModel\XD.cs (2)
21static SecurityAlgorithmDictionary securityAlgorithmDictionary; 71static public SecurityAlgorithmDictionary SecurityAlgorithmDictionary