1 write to _document
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
106_document = document;
10 references to _document
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\EncryptedXml.cs (10)
221string? baseUri = _document?.BaseURI; 232decInputStream = tc.TransformToOctetStream(_document, _xmlResolver, baseUri); 238XmlElement? idElem = GetIdElement(_document, idref); 244string baseUri = _document.BaseURI; 351XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 353XmlNodeList? encryptedKeyList = _document.SelectNodes("//enc:EncryptedKey", nsm); 375ek.LoadXml(GetIdElement(_document, idref)!); 480ek.LoadXml(GetIdElement(_document, idref)!); 674XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 676XmlNodeList? encryptedDataList = _document.SelectNodes("//enc:EncryptedData", nsm);