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