Skip to main content
.NET Framework 4.6.2+

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

Declaration

public PermissionsReloadMode PermissionsReloadMode { get; set; }

Property Value

Type Description
PermissionsReloadMode

A PermissionsReloadMode value specifying the mode of reloading the security permissions used by Security Adapters.

See Also