Validates the tenant API key. Used to authenticate WCF service calls.
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
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: BooleanExceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System ArgumentNullException | If tenant id or user name or wcf shared key is null or empty. |
See Also