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)
32
get { return
_uri
; }
34
[MemberNotNull(nameof(
_uri
))]
94
if (!string.IsNullOrEmpty(
_uri
))
95
referenceElement.SetAttribute("URI",
_uri
);