3 writes to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
31
_id
= id;
48
_id
= value;
139
_id
= Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
45
get { return
_id
; }
117
if (!string.IsNullOrEmpty(
_id
))
118
objectElement.SetAttribute("Id",
_id
);