Hello guys, i have a web application that uses asp.net identity to manage user logins and password..etc. Now i want to create a wcf service that uses the same database ( the asp.net identity tables).. so how can i compare the entered password with the other encrypted password (the PasswordHash).
Any help will be appreciated, thnx in advance :)