1 write to _document
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
90_document = document;
10 references to _document
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\EncryptedXml.cs (10)
205string? baseUri = _document?.BaseURI; 211decInputStream = tc.TransformToOctetStream(_document, _xmlResolver, baseUri); 217XmlElement? idElem = GetIdElement(_document, idref); 223string baseUri = _document.BaseURI; 325XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 327XmlNodeList? encryptedKeyList = _document.SelectNodes("//enc:EncryptedKey", nsm); 349ek.LoadXml(GetIdElement(_document, idref)!); 454ek.LoadXml(GetIdElement(_document, idref)!); 648XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 650XmlNodeList? encryptedDataList = _document.SelectNodes("//enc:EncryptedData", nsm);