using System.Security;
using System.Web;
public string EncryptPassword(string Pwd)
{
string Pwd = "";
Pwd = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(Pwd, "MD5");
return Pwd;
}
Thursday, February 28, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment