7 references to AlgorithmAttrName
WindowsBase (7)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (6)
178hashAlgorithm = reader.GetAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 352transformName = reader.GetAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 676XmlAttribute algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 727algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 774XmlAttribute algorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 800XmlAttribute digestAlgorithmAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.AlgorithmAttrName));
Base\MS\Internal\IO\Packaging\XmlStringTable.cs (1)
118new TableEntry( ID.AlgorithmAttrName, "Algorithm" ),