RolesMergingMode Enum
Contains values specifying how the Security System determines if a user can perform a specific operation when this user has multiple roles with different permission sets.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Members
Name | Description |
---|---|
GrantedInAnyRole
|
An allowed operation can be allowed in any role. |
GrantedInAllRoles
|
An allowed operation should be allowed in all roles. |
Remarks
The RolesMergingMode enumeration values are assigned to the SecurityStrategy.RolesMergingMode property.
See Also