2 writes to m_cipherData
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
105m_cipherData = new CipherData(); 113m_cipherData = value;
2 references to m_cipherData
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
104if (m_cipherData == null) 107return m_cipherData;