3 writes to Uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherReference.cs (1)
80
Uri
= uri ?? throw new CryptographicException(SR.Cryptography_Xml_UriRequired);
System\Security\Cryptography\Xml\EncryptedReference.cs (2)
27
Uri
= uri;
119
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)
201
if (cipherData.CipherReference.
Uri
== null)
206
if (cipherData.CipherReference.
Uri
.Length == 0)
217
else if (cipherData.CipherReference.
Uri
[0] == '#')
219
string idref = Utils.ExtractIdFromLocalUri(cipherData.CipherReference.
Uri
);
237
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, cipherData.CipherReference.
Uri
);