SecurityStrategy.PermissionsReloadMode Property
Specifies the mode of reloading the security permissions used by Security Adapters.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public PermissionsReloadMode PermissionsReloadMode { get; set; }
#Property Value
Type | Description |
---|---|
Permissions |
A Permissions |
Available values:
Name | Description |
---|---|
No |
Each Session (in XPO) or DBContext (in Entity Framework Core) operates with the most recent permissions loaded from the database. |
Cache |
Permissions are loaded and cached when the corresponding secured data is accessed for the first time. Cached permissions are used until the user is logged off. This mode significantly reduces the number of database requests when working with secured data. |