1 write to Recipient
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
67Recipient = Utils.GetAttribute(value, "Recipient", EncryptedXml.XmlEncNamespaceUrl);
3 references to Recipient
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
169if (!string.IsNullOrEmpty(Recipient)) 170encryptedKeyElement.SetAttribute("Recipient", Recipient);
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
345if (ek1.CarriedKeyName == keyName && ek1.Recipient == Recipient)