Class IsolatedStoragePermissionAttribute
Inheritance
System.Object
IsolatedStoragePermissionAttribute
Assembly: IronZip.dll
Syntax
public abstract class IsolatedStoragePermissionAttribute : CodeAccessSecurityAttribute
Constructors
IsolatedStoragePermissionAttribute(SecurityAction)
Declaration
protected IsolatedStoragePermissionAttribute(SecurityAction action)
Parameters
| Type |
Name |
Description |
| System.Security.Permissions.SecurityAction |
action |
|
Properties
UsageAllowed
Declaration
public IsolatedStorageContainment UsageAllowed { get; set; }
Property Value
UserQuota
Declaration
public long UserQuota { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|