1 write to m_uri
System.Security (1)
system\security\cryptography\xml\encryptedreference.cs (1)
47
m_uri
= value;
3 references to m_uri
System.Security (3)
system\security\cryptography\xml\encryptedreference.cs (3)
43
get { return
m_uri
; }
96
if (!String.IsNullOrEmpty(
m_uri
))
97
referenceElement.SetAttribute("URI",
m_uri
);