Skip to main content
All docs
V26.1
  • ISecurityStrategyBase.Logon(IObjectSpace) Method

    Authenticates a user in the application.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v26.1.dll

    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