AuthenticationBase.Authenticate(IObjectSpace) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public virtual object Authenticate(
IObjectSpace objectSpace
)
#Parameters
Name | Type | Description |
---|---|---|
object |
IObject |
An IObject |
#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 Customize Standard Authentication Behavior and Supply Additional Logon Parameters (.NET Framework Applications) topic.
See Also