9 references to EncryptionProperties
System.Security (9)
system\security\cryptography\xml\encrypteddata.cs (4)
68this.EncryptionProperties.Add(ep); 113if (this.EncryptionProperties.Count > 0) { 115for (int index = 0; index < this.EncryptionProperties.Count; index++) { 116EncryptionProperty ep = this.EncryptionProperties.Item(index);
system\security\cryptography\xml\encryptedkey.cs (4)
112this.EncryptionProperties.Add(ep); 188if (this.EncryptionProperties.Count > 0) { 190for (int index = 0; index < this.EncryptionProperties.Count; index++) { 191EncryptionProperty ep = this.EncryptionProperties.Item(index);
system\security\cryptography\xml\encryptedtype.cs (1)
99this.EncryptionProperties.Add(ep);