The ClientStoragePermission Class contains the following constructors:
ClientStoragePermission()
ClientStoragePermission(long limit)
ClientStoragePermission(long limit, int flags)
Creates a new ClientStoragePermission instance. The client storage allowed to classes with this permission has no storage space limits.
public ClientStoragePermission();
Creates a new ClientStoragePermission instance.
public ClientStoragePermission(long limit);
limit | The client storage space limit. |
The client storage allowed to classes with this permission is limited to the specified amount of client storage space.
Creates a new ClientStoragePermission instance.
public ClientStoragePermission(long limit, int flags);
limit | The client storage space limit. |
flags | The flags that can affect the type of client storage that classes with this permission have. They can be one or both of the following: FL_CANROAM and FL_GLOBALEXEMPT. |
The client storage allowed to classes with this permission are limited to the specified amount of client storage space.