2 writes to _id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\KeyInfo.cs (2)
31
set {
_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)
30
get { return
_id
; }
45
if (!string.IsNullOrEmpty(
_id
))
47
keyInfoElement.SetAttribute("Id",
_id
);