2 writes to m_keyInfo
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
76m_keyInfo = new KeyInfo(); 79set { m_keyInfo = value; }
2 references to m_keyInfo
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
75if (m_keyInfo == null) 77return m_keyInfo;