2 instantiations of EncryptionProperty
System.Security (2)
system\security\cryptography\xml\encrypteddata.cs (1)
66EncryptionProperty ep = new EncryptionProperty();
system\security\cryptography\xml\encryptedkey.cs (1)
110EncryptionProperty ep = new EncryptionProperty();
21 references to EncryptionProperty
System.Security (21)
system\security\cryptography\xml\encrypteddata.cs (2)
66EncryptionProperty ep = new EncryptionProperty(); 116EncryptionProperty ep = this.EncryptionProperties.Item(index);
system\security\cryptography\xml\encryptedkey.cs (2)
110EncryptionProperty ep = new EncryptionProperty(); 191EncryptionProperty ep = this.EncryptionProperties.Item(index);
system\security\cryptography\xml\encryptedtype.cs (17)
98public void AddProperty(EncryptionProperty ep) { 294if (!(value is EncryptionProperty)) 300public int Add(EncryptionProperty value) { 310if (!(value is EncryptionProperty)) 316public bool Contains(EncryptionProperty value) { 322if (!(value is EncryptionProperty)) 328public int IndexOf(EncryptionProperty value) { 334if (!(value is EncryptionProperty)) 340public void Insert(int index, EncryptionProperty value) { 346if (!(value is EncryptionProperty)) 352public void Remove(EncryptionProperty value) { 368public EncryptionProperty Item(int index) { 369return (EncryptionProperty) m_props[index]; 373public EncryptionProperty this[int index] { 375return (EncryptionProperty) ((IList) this)[index]; 386if (!(value is EncryptionProperty)) 398public void CopyTo(EncryptionProperty[] array, int index) {