2 writes to m_id
System.Security (2)
system\security\cryptography\xml\keyinfo.cs (2)
44set { m_id = value; } 75m_id = Utils.GetAttribute(keyInfoElement, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to m_id
System.Security (3)
system\security\cryptography\xml\keyinfo.cs (3)
43get { return m_id; } 56if (!String.IsNullOrEmpty(m_id)) { 57keyInfoElement.SetAttribute("Id", m_id);