1、 在项目上点击右键,添加对System.Web的引用。

2、导入命名空间:

 C#代码:

using System.Web.Security;

  

3、获取MD5码:

C#代码:

string Password = FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox1.Text.ToString(), "MD5");
posted on 2010-12-29 09:29  墟零  阅读(333)  评论(2编辑  收藏  举报