3 writes to _nsm
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (3)
88_nsm = new XmlNamespaceManager(_containingDocument.NameTable); 100_nsm = new XmlNamespaceManager(_containingDocument.NameTable); 110_nsm = new XmlNamespaceManager(_containingDocument.NameTable);
6 references to _nsm
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (6)
89_nsm.AddNamespace("dsig", SignedXml.XmlDsigNamespaceUrl); 101_nsm.AddNamespace("dsig", SignedXml.XmlDsigNamespaceUrl); 111_nsm.AddNamespace("dsig", SignedXml.XmlDsigNamespaceUrl); 124XmlNodeList? signatureList = _containingDocument.SelectNodes("//dsig:Signature", _nsm!); 142XmlNode result = node.SelectSingleNode("ancestor-or-self::dsig:Signature[1]", _nsm!)!; 162XmlNodeList? signatureList = _containingDocument.SelectNodes("//dsig:Signature", _nsm!);