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

Protect() protected méthode

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