3 writes to m_exml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
1145m_exml = new EncryptedXml(m_containingDocument); // default processing rules 1147m_exml = signedXml.EncryptedXml; 1151set { m_exml = value; }
3 references to m_exml
System.Security (3)
system\security\cryptography\xml\transform.cs (3)
1139if (m_exml != null) 1140return m_exml; 1149return m_exml;