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