SecurityModule.Setup(XafApplication) Method
Configures the XAF application to operate with the Security module.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type | Description |
---|---|---|
application | XafApplication | An XafApplication object that manages an XAF application. |
Remarks
Generally, you do not need to call this method from your code.
See Also