1 write to CarriedKeyName
System.Security (1)
system\security\cryptography\xml\encryptedkey.cs (1)
120this.CarriedKeyName = carriedKeyNameNode.InnerText;
3 references to CarriedKeyName
System.Security (3)
system\security\cryptography\xml\encryptedkey.cs (2)
207if (this.CarriedKeyName != null) { 209XmlText carriedKeyNameText = document.CreateTextNode(this.CarriedKeyName);
system\security\cryptography\xml\encryptedxml.cs (1)
363if (ek1.CarriedKeyName == keyName && ek1.Recipient == this.Recipient) {