This method checks the security answer for the given user
and updates the failure attempts. If exceeds the maximum
allowed number, then it locks the user account.
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- companyCode
- Type: System String
Company Code of the user
- userName
- Type: System String
user name
- answer
- Type: System String
security answer
Return Value
Type: BooleanReturns True/False
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
See Also