Method SetLicenseKey
SetLicenseKey(string)
Sets the license key for the application and validates it.
[Obsolete("LM-Kit.NET no longer requires a license key. This call is unnecessary and will be removed in a future release; remove it from your application.", false)]
public static void SetLicenseKey(string licenseKey)
Parameters
licenseKeystringThe license key to be validated and set.
Remarks
LM-Kit.NET no longer requires a license key, so calling this method is unnecessary and it will be removed in a future release. Remove the call from your application.