Use the MachineKey API to protect values in ASP.NET

It’s quite common to need to preserve state across requests in a web application. This is typically in the form of a cookie, query string or hidden form field. Commonly the state that needs to be sent back to the client is sensitive or we want to ensure it’s not been modified by the user. … Continue reading Use the MachineKey API to protect values in ASP.NET