mscorlib(4.0.0.0) API with additions
IsolatedStorageContainment.cs
2 
4 {
7  [ComVisible(true)]
9  {
11  None = 0,
13  DomainIsolationByUser = 0x10,
34  }
35 }
Storage is isolated first by user and then by application evidence. Storage will roam if Windows user...
Unlimited administration ability for the user store. Allows browsing and deletion of the entire user ...
Storage is isolated first by computer and then by domain and assembly. Data can only be accessed with...
Definition: __Canon.cs:3
Storage is isolated first by user and then by application. Storage is also isolated by computer....
Storage is isolated first by user and then by assembly evidence. Storage will roam if Windows user da...
Storage is isolated first by user and then by domain and assembly. Storage is also isolated by comput...
IsolatedStorageContainment
Specifies the permitted use of isolated storage.
Storage is isolated first by computer and then by application. This provides a data store for the app...
Storage is isolated first by computer and then by code assembly. This provides a data store for the a...
Storage is isolated first by user and then by code assembly. Storage is also isolated by computer....
Storage is isolated first by user and then by domain and assembly. Storage will roam if Windows user ...
Specifies that the class can be serialized.
Use of isolated storage is allowed without restriction. Code has full access to any part of the user ...