2 writes to m_id
System.Security (2)
system\security\cryptography\xml\signedinfo.cs (2)
74m_id = value; 201m_id = Utils.GetAttribute(signedInfoElement, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to m_id
System.Security (3)
system\security\cryptography\xml\signedinfo.cs (3)
72get { return m_id; } 152if (!String.IsNullOrEmpty(m_id)) 153signedInfoElement.SetAttribute("Id", m_id);