2 writes to _id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Signature.cs (2)
44
set {
_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)
43
get { return
_id
; }
96
if (!string.IsNullOrEmpty(
_id
))
97
signatureElement.SetAttribute("Id",
_id
);