3 writes to m_uri
System.Security (3)
system\security\cryptography\xml\reference.cs (3)
71
m_uri
= uri;
97
m_uri
= value;
211
m_uri
= Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
13 references to m_uri
System.Security (13)
system\security\cryptography\xml\reference.cs (13)
95
get { return
m_uri
; }
175
if (
m_uri
!= null)
176
referenceElement.SetAttribute("URI",
m_uri
);
345
if (
m_uri
== null) {
351
} else if (
m_uri
.Length == 0) {
355
throw new CryptographicException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Cryptography_Xml_SelfReferenceRequiresContext"),
m_uri
));
361
} else if (
m_uri
[0] == '#') {
365
string idref = Utils.GetIdFromLocalUri(
m_uri
, out discardComments);
369
throw new CryptographicException(String.Format(CultureInfo.CurrentCulture, SecurityResources.GetResourceString("Cryptography_Xml_SelfReferenceRequiresContext"),
m_uri
));
415
System.Uri uri = new System.Uri(
m_uri
, UriKind.RelativeOrAbsolute);
426
hashInputStream = this.TransformChain.TransformToOctetStream(inputStream, resolver,
m_uri
);
429
throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotResolved"),
m_uri
);
438
throw new CryptographicException(SecurityResources.GetResourceString("Cryptography_Xml_UriNotResolved"),
m_uri
);