摘要: ① 导入命名空间: using System.Web.Security; ② 获取MD5码: string Password = FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox1.Text.ToString(), "MD5"); 阅读全文
posted @ 2009-04-13 13:39 Yance 阅读(211) 评论(0) 推荐(0)