Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
IsGranted(ISecurity, IPermission) static iSecurityInstance, permission
IsGranted(IPermission) static permission Checks whether or not the specified permission is granted to the current user.