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