reg_pass_txt is the ID of a textbox
using System.Web.Security;
string password = FormsAuthentication.HashPasswordForStoringInConfigFile(reg_pass_txt .Text ,"SHA1");
using System.Web.Security;
string password = FormsAuthentication.HashPasswordForStoringInConfigFile(reg_pass_txt .Text ,"SHA1");
No comments:
Post a Comment