2 instantiations of SecurityAlgorithmDictionary
System.ServiceModel.Primitives (2)
System\IdentityModel\DictionaryManager.cs (1)
40SecurityAlgorithmDictionary = new SecurityAlgorithmDictionary(parentDictionary);
System\IdentityModel\XD.cs (1)
90s_securityAlgorithmDictionary = new SecurityAlgorithmDictionary(Dictionary);
3 references to SecurityAlgorithmDictionary
System.ServiceModel.Primitives (3)
System\IdentityModel\DictionaryManager.cs (1)
65public SecurityAlgorithmDictionary SecurityAlgorithmDictionary { get; set; }
System\IdentityModel\XD.cs (2)
22private static SecurityAlgorithmDictionary s_securityAlgorithmDictionary; 84static public SecurityAlgorithmDictionary SecurityAlgorithmDictionary