Secure data protection under .NET 1.1

G

Guest

Greetings,

I am attempting to find a way to store a chunk of data inside of a C#.NET
application. I originally intended to use DPAPI via the Protect class in
System.Security.Cryptography. However, one of the consumers of this
application can only run the 1.1 framework and that class was added in 2.0.

Is there a way to hook the same functionality in the 1.1 framework?

Thanks,
Jacob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top