2 writes to m_mode
System.Security (2)
system\security\cryptography\xml\encryptedxml.cs (2)
122m_mode = CipherMode.CBC; 180set { m_mode = value; }
5 references to m_mode
System.Security (5)
system\security\cryptography\xml\encryptedxml.cs (5)
179get { return m_mode; } 662symmetricAlgorithm.Mode = m_mode; 674if (m_mode == CipherMode.ECB) { 713if (m_mode != CipherMode.ECB) 723symmetricAlgorithm.Mode = m_mode;