NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStoragePermissionAttribute Properties

The properties of the IsolatedStoragePermissionAttribute class are listed below. For a complete list of IsolatedStoragePermissionAttribute class members, see the IsolatedStoragePermissionAttribute Members topic.

Public:

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.

See Also

IsolatedStoragePermissionAttribute Class | System.Security.Permissions Namespace