G
Guest
Hi
how can I use FormsAuthentication.HashPasswordForStoringInConfigFile Method in my vb.net application
I would like to achieve the same PHP crypt() function for encrypting password.
However I've only seen FormsAuthentication class being used in asp.net, not in vb.net
So I was wondering what should I do in order to use that method in my desktop application.
how can I use FormsAuthentication.HashPasswordForStoringInConfigFile Method in my vb.net application
I would like to achieve the same PHP crypt() function for encrypting password.
However I've only seen FormsAuthentication class being used in asp.net, not in vb.net
So I was wondering what should I do in order to use that method in my desktop application.