Skip to main content
A newer version of this page is available. .

AuthenticationBase.Authenticate(IObjectSpace) Method

Authenticates a user trying to find the corresponding user object by comparing logon parameter values with the information stored in the database.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.1.dll

Declaration

public virtual object Authenticate(
    IObjectSpace objectSpace
)

Parameters

Name Type Description
objectSpace IObjectSpace

An IObjectSpace Object Space used for data manipulation.

Returns

Type Description
Object

An object which is an authenticated user.

Remarks

When implementing a custom authentication, override this method as it is demonstrated in the How to: Use Custom Logon Parameters and Authentication topic.

See Also