IUserDetailsService ValidateWCFUser Method CelloSaaS API Documentation
Validates the tenant API key. Used to authenticate WCF service calls.

Namespace: CelloSaaS.ServiceContracts.UserManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

bool ValidateWCFUser(
	string userName,
	string wcfSharedKey,
	string tenantId
)

Parameters

userName
Type: System String
Name of the user.
wcfSharedKey
Type: System String
The WCF shared key.
tenantId
Type: System String
The tenantId

Return Value

Type: Boolean
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf tenant id or user name or wcf shared key is null or empty.
See Also