NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Isolation by User and Assembly

When the assembly using the data store needs to be accessible from any application's domain, isolation by user and assembly is appropriate. Typically, in this situation isolated storage is used to store data that applies across multiple applications and is not tied to any particular application, such as the user's name or license information. To use storage isolated by user and assembly, code must be highly trusted because this type of isolation could enable the transfer of information between applications, which could compromise data isolation—especially in the case of Web applications.