2 writes to m_exml
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
180
m_exml
= new EncryptedXml(m_containingDocument); // default processing rules
183
set {
m_exml
= value; }
2 references to m_exml
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
179
if (
m_exml
== null)
181
return
m_exml
;