2 writes to _id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Reference.cs (2)
76
set {
_id
= value; }
216
_id
= Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
75
get { return
_id
; }
172
if (!string.IsNullOrEmpty(
_id
))
173
referenceElement.SetAttribute("Id",
_id
);