[.net core学习] .net core中的MD5CryptoServiceProvider取代方法

使用:MD5 m5 = MD5.Create();

参考:http://stackoverflow.com/questions/27216121/alternatives-of-md5cryptoserviceprovider-in-coreclr-asp-net-5-core

原文地址:https://www.cnblogs.com/szw/p/6481699.html