2 writes to _id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedInfo.cs (2)
73_id = value; 222_id = Utils.GetAttribute(signedInfoElement, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\SignedInfo.cs (3)
70get { return _id; } 168if (!string.IsNullOrEmpty(_id)) 169signedInfoElement.SetAttribute("Id", _id);