The Wayback Machine - https://web.archive.org/web/20141216133258/http://msdn.microsoft.com:80/en-us/library/bdts8hk0(v=vs.95).aspx
Export (0) Print
Expand All
3 out of 4 rated this helpful - Rate this topic

Isolated Storage

Isolated storage enables applications to create and maintain a safe client-side virtual file system for partial trust applications. In Silverlight, all I/O operations are restricted to isolated storage and do not use the file system of the operating system.

Image for: In This Section
Isolated Storage Overview

Explains isolated storage and its recommended use.

How to: Perform Isolated Storage Tasks

Provides a series of examples demonstrating common isolated storage tasks.

How to: Store and Retrieve Application Settings Using Isolated Storage

Describes how applications can use custom settings in isolated storage.

Encrypting and Signing Isolated Storage Files

Provides links to topics that describe how to encrypt and sign isolated storage files.

Image for: Reference
IsolatedStorageFile

Represents the abstract base class from which all isolated storage implementations must derive.

Community Additions

Image for: Community Additions
ADD
Show:
© 2014 Microsoft