Table of Contents

Method SetLicenseKey

Namespace
LMKit.Licensing
Assembly
LM-Kit.NET.dll

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

licenseKey string

The 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.

Share