4 writes to _uri
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (4)
21_uri = strUri; 26_uri = strUri; 37set { _uri = value; } 73_uri = Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
3 references to _uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (3)
36get { return _uri; } 58if (!string.IsNullOrEmpty(_uri)) 59retrievalMethodElement.SetAttribute("URI", _uri);