The following tables list the members exposed by StaticPermissions.
| Name | Description | |
|---|---|---|
![]() | StaticPermissions Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | DefaultPermissions | The string representation of the default StaticPermissions object. |
| Name | Description | |
|---|---|---|
![]() | AllowActions | Removes functions from the restrictions list. |
![]() | Clone | Clones a static permissions object. |
![]() | Deserialize | Restores the state from the list of restrictions, separated by a space character. |
![]() | DisallowActions | Adds functions to the restrictions list. |
![]() | IsActionsAllowed | Returns true only if all specified functions are allowed. |
![]() | Serialize | Returns a list of restriction names, separated by a space character. |
![]() | ToString | Returns a System.String that represents the current System.Object. |


