Friday, July 31, 2009

What is the name of the method used to encrypt Password in ASP.NET Forms Authentication ?


The name of the method used to encrypt Password in ASP.NET Forms Authentication is,

FormsAuthentication.HashPasswordForStoringInConfigFile(strPassword,"SHA1");


www.codecollege.NET

No comments:

Post a Comment