The properties of the IsolatedStoragePermissionAttribute class are listed below. For a complete list of IsolatedStoragePermissionAttribute class members, see the IsolatedStoragePermissionAttribute Members topic.
Action (inherited from SecurityAttribute) | Retrieves or assigns the security action that is being declared. |
ExpirationDays | Specifices the maximum number of days after which data in isolated storage should expire. |
PermanentData | Retrieves or assigns a value indicating whether the ability to retain data indefinitely should be declared. |
Unrestricted (inherited from SecurityAttribute) | Retrieves or assigns a value indicating whether full (unrestricted) permission to the resource protected by the attribute should be declared. |
UsageAllowed | Retrieves or assigns the level of isolated storage that should be declared. |
UserQuota | Specifies the maximum storage quota size that should be declared. |
IsolatedStoragePermissionAttribute Class | System.Security.Permissions Namespace