Skip to main content
.NET 6.0+

SecurityStrategy.PermissionsReloadMode Property

Specifies the mode of reloading the security permissions used by Security Adapters.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.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