Skip to main content
All docs
V25.1
  • .NET 8.0+

    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

    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