1 write to _uri
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedReference.cs (1)
39_uri = value;
4 references to _uri
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedReference.cs (4)
32get { return _uri; } 34[MemberNotNull(nameof(_uri))] 94if (!string.IsNullOrEmpty(_uri)) 95referenceElement.SetAttribute("URI", _uri);