4 references to GetPropagatedAttributes
System.Security (4)
system\security\cryptography\xml\reference.cs (2)
379
m_namespaces = Utils.
GetPropagatedAttributes
(elem.ParentNode as XmlElement);
390
m_namespaces = Utils.
GetPropagatedAttributes
(this.m_signedXml.m_context);
system\security\cryptography\xml\signedxml.cs (1)
770
CanonicalXmlNodeList namespaces = (m_context == null ? null : Utils.
GetPropagatedAttributes
(m_context));
system\security\cryptography\xml\transform.cs (1)
348
namespaces = Utils.
GetPropagatedAttributes
(signedXml.m_context);