UserDetailsProxy 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.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static bool ValidateSecurityAnswer(
	string tenantCodeString,
	string userName,
	string answer
)

Parameters

tenantCodeString
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
See Also