2 writes to _id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Signature.cs (2)
44set { _id = value; } 147_id = Utils.GetAttribute(signatureElement, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Signature.cs (3)
43get { return _id; } 96if (!string.IsNullOrEmpty(_id)) 97signatureElement.SetAttribute("Id", _id);