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