3 references to SecureStringHasher
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
342
this.hasher = new
SecureStringHasher
();
System\Xml\Core\XmlTextWriter.cs (1)
1250
nsHashtable = new Dictionary<string, int>(new
SecureStringHasher
());
System\Xml\Core\XmlWellFormedWriter.cs (1)
291
hasher = new
SecureStringHasher
();