Isolated storage corresponding to the application domain identity.
[Visual Basic] Public Shared Function GetUserStoreForDomain() As _ IsolatedStorageFile [C#] public static IsolatedStorageFile GetUserStoreForDomain(); [C++] public: static IsolatedStorageFile* GetUserStoreForDomain(); [JScript] public static function GetUserStoreForDomain() : IsolatedStorageFile;
Instance of IsolatedStorageFile corresponding to the isolated storage scope based on the application domain identity.
Exception Type | Condition |
---|---|
SecurityException | if sufficient isolated storage permission has not been granted |
IsolatedStorageFilePermission | if the necessary isolated storage file permission has not been granted |
Different assemblies running within the same application domain can refer to a common isolated storage scope via this method.
NGWS Runtime Security:
IsolatedStorageFilePermission | must have scope by application domain |
IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace