2 writes to m_recipient
System.Security (2)
system\security\cryptography\xml\encryptedkey.cs (2)
35
m_recipient
= String.Empty;
39
m_recipient
= value;
2 references to m_recipient
System.Security (2)
system\security\cryptography\xml\encryptedkey.cs (2)
34
if (
m_recipient
== null)
36
return
m_recipient
;