ReviewR.Web.Services.TokenService.Unprotect C# (CSharp) Méthode

Unprotect() protected méthode

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