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