ISecurityStrategyBase.Logon(IObjectSpace) Method
Authenticates a user in the application.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectSpace | IObjectSpace | The Object Space that this method uses to find a user in the database. |
Remarks
This method searches for a user with the specified logon parameters in the database and authenticates the user in the application.
See Also