Possible Duplicate:
How to generate MD5 hash code for my WinRT app using C#?
I am developing a metro style app using c# and xaml. In my application i want to create a signature by hashing the API key and Secret Key together using the MD5 algorithm.How it is possible to hashing the API key and Secret Key using MD5 algorithm. Please help me