4 writes to _uri
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (4)
21
_uri
= strUri;
26
_uri
= strUri;
37
set {
_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)
36
get { return
_uri
; }
58
if (!string.IsNullOrEmpty(
_uri
))
59
retrievalMethodElement.SetAttribute("URI",
_uri
);