forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathns-System.IO.IsolatedStorage.xml
15 lines (12 loc) · 1.55 KB
/
ns-System.IO.IsolatedStorage.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Namespace Name="System.IO.IsolatedStorage">
<Docs>
<summary>The <see cref="N:System.IO.IsolatedStorage" /> namespace contains types that allow the creation and use of isolated stores. With these stores, you can read and write data that less trusted code cannot access and prevent the exposure of sensitive information that can be saved elsewhere on the file system. Data is stored in compartments that are isolated by the current user and by the assembly in which the code exists. Additionally, data can be isolated by domain. Roaming profiles can be used in conjunction with isolated storage so isolated stores will travel with the user's profile. The <see cref="T:System.IO.IsolatedStorage.IsolatedStorageScope" /> enumeration indicates different types of isolation. For more information about when to use isolated storage, see [Isolated Storage](~/docs/standard/io/isolated-storage.md).</summary>
<remarks>
<format type="text/markdown"><
]]></format>
</remarks>
</Docs>
</Namespace>