3 writes to _uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
54
_uri
= uri;
84
_uri
= value;
214
_uri
= Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
15 references to _uri
System.Security.Cryptography.Xml (15)
System\Security\Cryptography\Xml\Reference.cs (15)
81
get { return
_uri
; }
175
if (
_uri
!= null)
176
referenceElement.SetAttribute("URI",
_uri
);
275
if (
_uri
== null ||
_uri
.Length == 0)
279
else if (
_uri
[0] == '#')
281
string idref = Utils.ExtractIdFromLocalUri(
_uri
);
384
if (
_uri
== null)
392
else if (
_uri
.Length == 0)
397
throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext,
_uri
));
404
else if (
_uri
[0] == '#')
408
string idref = Utils.GetIdFromLocalUri(
_uri
, out bool discardComments);
413
throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext,
_uri
));
467
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved,
_uri
);
476
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved,
_uri
);