3 writes to m_keyInfo
System.Security (3)
system\security\cryptography\xml\signature.cs (3)
72m_keyInfo = new KeyInfo(); 75set { m_keyInfo = value; } 176m_keyInfo = new KeyInfo();
3 references to m_keyInfo
System.Security (3)
system\security\cryptography\xml\signature.cs (3)
71if (m_keyInfo == null) 73return m_keyInfo; 184m_keyInfo.LoadXml(keyInfoElement);