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)
209string? baseUri = _document?.BaseURI; 215decInputStream = tc.TransformToOctetStream(_document, _xmlResolver, baseUri); 221XmlElement? idElem = GetIdElement(_document, idref); 227string baseUri = _document.BaseURI; 335XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 337XmlNodeList? encryptedKeyList = _document.SelectNodes("//enc:EncryptedKey", nsm); 359ek.LoadXml(GetIdElement(_document, idref)!); 467ek.LoadXml(GetIdElement(_document, idref)!); 679XmlNamespaceManager nsm = new XmlNamespaceManager(_document.NameTable); 681XmlNodeList? encryptedDataList = _document.SelectNodes("//enc:EncryptedData", nsm);