2 writes to m_id
System.Security (2)
system\security\cryptography\xml\keyinfo.cs (2)
44
set {
m_id
= value; }
75
m_id
= Utils.GetAttribute(keyInfoElement, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to m_id
System.Security (3)
system\security\cryptography\xml\keyinfo.cs (3)
43
get { return
m_id
; }
56
if (!String.IsNullOrEmpty(
m_id
)) {
57
keyInfoElement.SetAttribute("Id",
m_id
);