I'm using default asp.net mvc 4 membership system. User sends his username and password over ASP.NET Web API in plain text. So I have his plain password, How to compare it with stored hashed password? Is there a function takes a string and compares it with hashed one?