1 write to _document
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
91_document = document;
10 references to _document
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\EncryptedXml.cs (10)
206string? baseUri = _document?.BaseURI; 212decInputStream = tc.TransformToOctetStream(_document, _xmlResolver, baseUri); 218XmlElement? idElem = GetIdElement(_document, idref); 224string baseUri = _document.BaseURI; 326XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 328XmlNodeList? encryptedKeyList = _document.SelectNodes("//enc:EncryptedKey", nsm); 350ek.LoadXml(GetIdElement(_document, idref)!); 455ek.LoadXml(GetIdElement(_document, idref)!); 649XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 651XmlNodeList? encryptedDataList = _document.SelectNodes("//enc:EncryptedData", nsm);