1 write to Recipient
System.Security (1)
system\security\cryptography\xml\encryptedkey.cs (1)
80this.Recipient = Utils.GetAttribute(value, "Recipient", EncryptedXml.XmlEncNamespaceUrl);
3 references to Recipient
System.Security (3)
system\security\cryptography\xml\encryptedkey.cs (2)
171if (!String.IsNullOrEmpty(this.Recipient)) 172encryptedKeyElement.SetAttribute("Recipient", this.Recipient);
system\security\cryptography\xml\encryptedxml.cs (1)
363if (ek1.CarriedKeyName == keyName && ek1.Recipient == this.Recipient) {