C# and VS2015: The name ‘ProtectedData’ does not exist in the current context
I need to use a small encrypter/decrypter for a basic C# application I started develop. I didn’t need a complete password protection suite, but just a simple way to make it harder to read password stored in a setting file. Google showed me that .NET provides a built-in encryption method under System.Security.Cryptography suite. (More Details: …