Remove unneeded type SecureStringHasher (#31707)
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>
Tue, 4 Feb 2020 18:43:20 +0000 (10:43 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 18:43:20 +0000 (10:43 -0800)
commit19d2d5c2148b3271e3f88d323dfee3a3c9f16bd0
tree9cc4f4b3793d6fdac7c25f2ab93b9b3126cab169
parent4f0c7da995ff3a9636fc5534ef3b5ee917406a20
Remove unneeded type SecureStringHasher (#31707)

string.GetHashCode is already randomized on .NET Core, no need for a custom hashing routine
src/libraries/System.Private.Xml/src/System.Private.Xml.csproj
src/libraries/System.Private.Xml/src/System/Xml/BinaryXml/XmlBinaryReader.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/SecureStringHasher.cs [deleted file]
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlTextWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/Core/XmlWellFormedWriter.cs
src/libraries/System.Private.Xml/src/System/Xml/XmlQualifiedName.cs
src/libraries/System.Private.Xml/tests/Misc/RandomizedHashing.cs [deleted file]
src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj