2 writes to m_keyName
System.Security (2)
system\security\cryptography\xml\keyinfo.cs (2)
187set { m_keyName = value; } 210m_keyName = nameElement.InnerText.Trim();
2 references to m_keyName
System.Security (2)
system\security\cryptography\xml\keyinfo.cs (2)
186get { return m_keyName; } 202nameElement.AppendChild(xmlDocument.CreateTextNode(m_keyName));