3 writes to m_type
System.Security (3)
system\security\cryptography\xml\keyinfo.cs (3)
382m_type = typeName; 397set { m_type = value; } 424m_type = Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
3 references to m_type
System.Security (3)
system\security\cryptography\xml\keyinfo.cs (3)
396get { return m_type; } 412if (!String.IsNullOrEmpty(m_type)) 413retrievalMethodElement.SetAttribute("Type", m_type);