2 writes to _nsm
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
157_nsm = new XmlNamespaceManager(_containingDocument.NameTable); 171_nsm = new XmlNamespaceManager(document.NameTable);
5 references to _nsm
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (5)
158_nsm.AddNamespace("enc", EncryptedXml.XmlEncNamespaceUrl); 160_encryptedDataList = document.SelectNodes("//enc:EncryptedData", _nsm); 172_nsm.AddNamespace("enc", EncryptedXml.XmlEncNamespaceUrl); 174_encryptedDataList = document.SelectNodes("//enc:EncryptedData", _nsm); 246XmlNodeList nodes = child.SelectNodes("//enc:EncryptedData", _nsm!)!;