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