I'm writing a mobile application using Microsoft Visual Studio 2008 and need to encrypt a file. I tried to use a File.Encrypt method but it resulted in following error:
error CS0117: 'System.IO.File' does not contain a definition for 'Encrypt'.
How can I cope with this problem?
File.Encrypt(). – Bobson Jan 2 at 20:57