C-sharp Security prompts that ProtectedData does not exist in the context.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine(
    Encoding.Unicode.GetString(
        System.Security.Cryptography.ProtectedData.Unprotect(
            Convert.FromBase64String(
                "...jHoAwE/Cl+sBAAAA/GdUMC8fOkSbZeHVvNAo5AAAAAAQAAAARABlAGYAYQB1AGwAdAAA......."
            ), null, System.Security.Cryptography.DataProtectionScope.LocalMachine)));
            Console.ReadLine();
        }
    }
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a889-2c22a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a889-2c22a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?