IUserDetailsService ValidateSecurityAnswer Method CelloSaaS API Documentation
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.UserManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

bool ValidateSecurityAnswer(
	string companyCode,
	string userName,
	string answer
)

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: Boolean
Returns True/False
Exceptions

See Also