3 writes to m_uri
System.Security (3)
system\security\cryptography\xml\reference.cs (3)
71m_uri = uri; 97m_uri = value; 211m_uri = Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
13 references to m_uri
System.Security (13)
system\security\cryptography\xml\reference.cs (13)
95get { return m_uri; } 175if (m_uri != null) 176referenceElement.SetAttribute("URI", m_uri); 345if (m_uri == null) { 351} else if (m_uri.Length == 0) { 355throw new CryptographicException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Cryptography_Xml_SelfReferenceRequiresContext"), m_uri)); 361} else if (m_uri[0] == '#') { 365string idref = Utils.GetIdFromLocalUri(m_uri, out discardComments); 369throw new CryptographicException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Cryptography_Xml_SelfReferenceRequiresContext"),m_uri)); 415System.Uri uri = new System.Uri(m_uri, UriKind.RelativeOrAbsolute); 426hashInputStream = this.TransformChain.TransformToOctetStream(inputStream, resolver, m_uri); 429throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotResolved"), m_uri); 438throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotResolved"), m_uri);