Thursday, March 08, 2007

Reading and Writing an Encrypted DataSet to Dis

My current project requires that I store a strong-typed dataset to the file system for offline storage. After doing some researching, I found this very helpful blog entry:

http://weblogs.sqlteam.com/davidm/archive/2006/06/13/10195.aspx

It basically serializes the dataset object, encrypts the serialization and then writes the resulting encrypted stream to file. It works great.

No comments: