1 write to m_document
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
116m_document = document;
13 references to m_document
System.Security (13)
system\security\cryptography\xml\encryptedxml.cs (13)
224string baseUri = (m_document == null ? null : m_document.BaseURI); 229decInputStream = tc.TransformToOctetStream(m_document, m_xmlResolver, baseUri); 234inputStream = new MemoryStream(m_encoding.GetBytes(GetIdElement(m_document, idref).OuterXml)); 237XmlElement idElem = GetIdElement(m_document, idref); 244string baseUri = (m_document == null ? null : m_document.BaseURI); 355XmlNamespaceManager nsm = new XmlNamespaceManager(m_document.NameTable); 357XmlNodeList encryptedKeyList = m_document.SelectNodes("//enc:EncryptedKey", nsm); 375ek.LoadXml(GetIdElement(m_document, idref)); 463ek.LoadXml(GetIdElement(m_document, idref)); 632XmlNamespaceManager nsm = new XmlNamespaceManager(m_document.NameTable); 634XmlNodeList encryptedDataList = m_document.SelectNodes("//enc:EncryptedData", nsm);