SecuritySystem.IsGranted Method
| Name | Parameters | Description |
|---|---|---|
| IsGranted(IObjectSpace, Type, String, Object, String) static | objectSpace, objectType, operation, targetObject, memberName | Checks whether or not the specified permission is granted to the current user. |
| IsGranted(IPermissionRequest) static | permissionRequest | Checks whether or not the current user is allowed to execute the specified secured operation. |
| IsGranted(IRequestSecurity, IPermissionRequest) static | security, permissionRequest |