I\'m working on an ASPNET MVC 4 and WebApi. The webapi methods will be consumed by mobile devices. We need to secure the services and what we are using is to encrypt the dat
If you haven't yet, you need to first register the handler in global.asax or your web.config file.
http://msdn.microsoft.com/en-us/library/46c5ddfy(v=vs.100).aspx