3 writes to securityAlgorithmDictionary
System.IdentityModel (3)
System\IdentityModel\DictionaryManager.cs (3)
33this.securityAlgorithmDictionary = XD.SecurityAlgorithmDictionary; 53this.securityAlgorithmDictionary = new SecurityAlgorithmDictionary(parentDictionary); 101set { this.securityAlgorithmDictionary = value; }
1 reference to securityAlgorithmDictionary
System.IdentityModel (1)
System\IdentityModel\DictionaryManager.cs (1)
100get { return this.securityAlgorithmDictionary; }