3 writes to Uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherReference.cs (1)
77
Uri
= uri ?? throw new CryptographicException(SR.Cryptography_Xml_UriRequired);
System\Security\Cryptography\Xml\EncryptedReference.cs (2)
26
Uri
= uri;
115
Uri
= uri;
7 references to Uri
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\CipherReference.cs (2)
59
if (!string.IsNullOrEmpty(
Uri
))
60
referenceElement.SetAttribute("URI",
Uri
);
System\Security\Cryptography\Xml\EncryptedXml.cs (5)
197
if (cipherData.CipherReference.
Uri
== null)
202
if (cipherData.CipherReference.
Uri
.Length == 0)
213
else if (cipherData.CipherReference.
Uri
[0] == '#')
215
string idref = Utils.ExtractIdFromLocalUri(cipherData.CipherReference.
Uri
);
233
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, cipherData.CipherReference.
Uri
);