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