3 writes to _uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
54
_uri
= uri;
84
_uri
= value;
217
_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
);
278
if (
_uri
== null ||
_uri
.Length == 0)
282
else if (
_uri
[0] == '#')
284
string idref = Utils.ExtractIdFromLocalUri(
_uri
);
390
if (
_uri
== null)
398
else if (
_uri
.Length == 0)
403
throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext,
_uri
));
410
else if (
_uri
[0] == '#')
414
string idref = Utils.GetIdFromLocalUri(
_uri
, out bool discardComments);
419
throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext,
_uri
));
473
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved,
_uri
);
482
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved,
_uri
);