2 writes to m_recipient
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
195
m_recipient
= String.Empty;
198
set {
m_recipient
= value; }
2 references to m_recipient
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
194
if (
m_recipient
== null)
196
return
m_recipient
;