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