4 writes to m_uri
System.Security (4)
system\security\cryptography\xml\keyinfo.cs (4)
377m_uri = strUri; 381m_uri = strUri; 391set { m_uri = value; } 423m_uri = Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
3 references to m_uri
System.Security (3)
system\security\cryptography\xml\keyinfo.cs (3)
390get { return m_uri; } 410if (!String.IsNullOrEmpty(m_uri)) 411retrievalMethodElement.SetAttribute("URI", m_uri);