3 writes to xmlEncryptionDictionary
System.IdentityModel (3)
System\IdentityModel\DictionaryManager.cs (3)
39this.xmlEncryptionDictionary = XD.XmlEncryptionDictionary; 58this.xmlEncryptionDictionary = new XmlEncryptionDictionary(parentDictionary); 143set { this.xmlEncryptionDictionary = value; }
1 reference to xmlEncryptionDictionary
System.IdentityModel (1)
System\IdentityModel\DictionaryManager.cs (1)
142get { return this.xmlEncryptionDictionary; }