2 writes to m_id
System.Security (2)
system\security\cryptography\xml\signedinfo.cs (2)
74
m_id
= value;
201
m_id
= Utils.GetAttribute(signedInfoElement, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to m_id
System.Security (3)
system\security\cryptography\xml\signedinfo.cs (3)
72
get { return
m_id
; }
152
if (!String.IsNullOrEmpty(
m_id
))
153
signedInfoElement.SetAttribute("Id",
m_id
);