1 type derived from IsolatedStoragePermission
mscorlib (1)
system\security\permissions\isolatedstoragefilepermission.cs (1)
19
sealed public class IsolatedStorageFilePermission :
IsolatedStoragePermission
, IBuiltInPermission
5 references to IsolatedStoragePermission
mscorlib (4)
system\io\isolatedstorage\isolatedstorage.cs (2)
1177
IsolatedStoragePermission
ispAllowed, ispDenied;
1254
protected abstract
IsolatedStoragePermission
GetPermission(PermissionSet ps);
system\io\isolatedstorage\isolatedstoragefile.cs (2)
1891
protected override
IsolatedStoragePermission
GetPermission(
1900
return (
IsolatedStoragePermission
) ps.
System (1)
sys\system\configuration\ClientSettingsStore.cs (1)
493
IsolatedStoragePermission
storagePerm = new IsolatedStorageFilePermission(PermissionState.None);