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