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)
70
get { return
_id
; }
168
if (!string.IsNullOrEmpty(
_id
))
169
signedInfoElement.SetAttribute("Id",
_id
);