2 writes to _id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\KeyInfo.cs (2)
31set { _id = value; } 71_id = Utils.GetAttribute(keyInfoElement, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfo.cs (3)
30get { return _id; } 45if (!string.IsNullOrEmpty(_id)) 47keyInfoElement.SetAttribute("Id", _id);