Skip to main content
All docs
V23.2
.NET 6.0+

ISecurityStrategyBase.Logon(IObjectSpace) Method

Authenticates a user in the application.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void Logon(
    IObjectSpace objectSpace
)

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