Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecurityStrategy.PermissionsReloadMode Property

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

Namespace: DevExpress.ExpressApp.Security

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