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