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