2 writes to _nsm
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
154_nsm = new XmlNamespaceManager(_containingDocument.NameTable); 165_nsm = new XmlNamespaceManager(document.NameTable);
5 references to _nsm
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (5)
155_nsm.AddNamespace("enc", EncryptedXml.XmlEncNamespaceUrl); 157_encryptedDataList = document.SelectNodes("//enc:EncryptedData", _nsm); 166_nsm.AddNamespace("enc", EncryptedXml.XmlEncNamespaceUrl); 168_encryptedDataList = document.SelectNodes("//enc:EncryptedData", _nsm); 240XmlNodeList nodes = child.SelectNodes("//enc:EncryptedData", _nsm!)!;