3 writes to _nsm
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (3)
88_nsm = new XmlNamespaceManager(_containingDocument.NameTable); 103_nsm = new XmlNamespaceManager(_containingDocument.NameTable); 116_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); 104_nsm.AddNamespace("dsig", SignedXml.XmlDsigNamespaceUrl); 117_nsm.AddNamespace("dsig", SignedXml.XmlDsigNamespaceUrl); 130XmlNodeList? signatureList = _containingDocument.SelectNodes("//dsig:Signature", _nsm!); 148XmlNode result = node.SelectSingleNode("ancestor-or-self::dsig:Signature[1]", _nsm!)!; 168XmlNodeList? signatureList = _containingDocument.SelectNodes("//dsig:Signature", _nsm!);