using System.Web.Security;
string password =FormsAuthentication.HashPasswordForStoringInConfigFile(txtPass.Text,"MD5");
本文共 170 字,大约阅读时间需要 1 分钟。
using System.Web.Security;
string password =FormsAuthentication.HashPasswordForStoringInConfigFile(txtPass.Text,"MD5");
转载于:https://www.cnblogs.com/yubufan/p/3604432.html