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)
27
Uri
= uri;
116
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)
198
if (cipherData.CipherReference.
Uri
== null)
203
if (cipherData.CipherReference.
Uri
.Length == 0)
214
else if (cipherData.CipherReference.
Uri
[0] == '#')
216
string idref = Utils.ExtractIdFromLocalUri(cipherData.CipherReference.
Uri
);
234
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, cipherData.CipherReference.
Uri
);