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