[To be supplied.]
Represents isolated storage scope given application domain and assembly identity objects.
[Visual Basic] Overloads Public Shared Function GetStore(IsolatedStorageScope, Object, Object) As IsolatedStorageFile
[C#] public static IsolatedStorageFile GetStore(IsolatedStorageScope, Object, Object);
[C++] public: static IsolatedStorageFile* GetStore(IsolatedStorageScope, Object, Object);
[JScript] public static function GetStore(IsolatedStorageScope, Object, Object) : IsolatedStorageFile;
Represents isolated storage scope given application domain and assembly identity evidence types.
[Visual Basic] Overloads Public Shared Function GetStore(IsolatedStorageScope, Type, Type) As IsolatedStorageFile
[C#] public static IsolatedStorageFile GetStore(IsolatedStorageScope, Type, Type);
[C++] public: static IsolatedStorageFile* GetStore(IsolatedStorageScope, Type, Type);
[JScript] public static function GetStore(IsolatedStorageScope, Type, Type) : IsolatedStorageFile;
NGWS Runtime Security:
IsolatedStorageFilePermission | must have permission to access isolated storage by application domain identity |
IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace