IBaseLoginService
Overview
The IBaseLoginService is used for user authentication.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Server
- Ancestry: IROService | IBaseLoginService
Required Methods
LoginEx
Provides the actual login procedure.
method LoginEx(aLoginString: String): Boolean
Boolean LoginEx(String aLoginString)
Function LoginEx(aLoginString As String) As Boolean
Parameters:
- aLoginString: String that contains the connection name, user name and password
Logout
Provides the actual logout procedure.
method Logout
void Logout()
Sub Logout()
- BaseLoginService
- IBaseLoginService Interface
- * .NET
- * Delphi