ReviewR.Web.Services.TokenService.Unprotect C# (CSharp) Method

Unprotect() protected method

protected Unprotect ( string data, string purpose ) : byte[]
data string
purpose string
return byte[]
        protected virtual byte[] Unprotect(string data, string purpose)
        {
            return MachineKey.Decode(data, MachineKeyProtection.All);
        }