3 writes to m_encryptedKey
System.Security (3)
system\security\cryptography\xml\keyinfo.cs (3)
435m_encryptedKey = encryptedKey; 440set { m_encryptedKey = value; } 456m_encryptedKey = new EncryptedKey();
6 references to m_encryptedKey
System.Security (6)
system\security\cryptography\xml\keyinfo.cs (6)
439get { return m_encryptedKey; } 444if (m_encryptedKey == null) 446return m_encryptedKey.GetXml(); 450if (m_encryptedKey == null) 452return m_encryptedKey.GetXml(xmlDocument); 457m_encryptedKey.LoadXml(value);