1 write to CarriedKeyName
System.Security (1)
system\security\cryptography\xml\encryptedkey.cs (1)
120
this.
CarriedKeyName
= carriedKeyNameNode.InnerText;
3 references to CarriedKeyName
System.Security (3)
system\security\cryptography\xml\encryptedkey.cs (2)
207
if (this.
CarriedKeyName
!= null) {
209
XmlText carriedKeyNameText = document.CreateTextNode(this.
CarriedKeyName
);
system\security\cryptography\xml\encryptedxml.cs (1)
363
if (ek1.
CarriedKeyName
== keyName && ek1.Recipient == this.Recipient) {