I seen this question http://stackoverflow.com/questions/287517/encrypting-hashing-plain-text-passwords-in-database
and i am aware i shouldnt do md5("salt" + password); and i see an implementation in python for a solution.
Is there a .NET built in function with params i can use instead of writing my own?