I have an api that has to decrypt a cookie to get a users Id for an external app. The cookie is created by my application. It seems easy since I am encrypting the cookie, but since I am using asp.net Identity 2.0 with OWIN middleware, I cannot find the
code that encrypts it. Any ideas on how to do this?
Go to the complete details ...