Click or drag to resize
LicenseManagerSetLicense Method
Sets your license according to the license key you got after purchasing the SDK

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void SetLicense(
	string userId,
	string licenseKey
)

Parameters

userId
Type: SystemString
User identity
licenseKey
Type: SystemString
The given license key determines your permissons.
Exceptions
ExceptionCondition
LicenseExceptionOccurs when user id or license key is not valid.
See Also