3 writes to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
34
_id
= id;
51
_id
= value;
145
_id
= Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
48
get { return
_id
; }
120
if (!string.IsNullOrEmpty(
_id
))
121
objectElement.SetAttribute("Id",
_id
);