3 writes to Uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CipherReference.cs (1)
77Uri = uri ?? throw new CryptographicException(SR.Cryptography_Xml_UriRequired);
System\Security\Cryptography\Xml\EncryptedReference.cs (2)
27Uri = uri; 116Uri = uri;
7 references to Uri
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\CipherReference.cs (2)
59if (!string.IsNullOrEmpty(Uri)) 60referenceElement.SetAttribute("URI", Uri);
System\Security\Cryptography\Xml\EncryptedXml.cs (5)
198if (cipherData.CipherReference.Uri == null) 203if (cipherData.CipherReference.Uri.Length == 0) 214else if (cipherData.CipherReference.Uri[0] == '#') 216string idref = Utils.ExtractIdFromLocalUri(cipherData.CipherReference.Uri); 234throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, cipherData.CipherReference.Uri);