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