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