Method SetLicenseKey
SetLicenseKey(string)
Sets the license key for the application and validates it.
public static void SetLicenseKey(string licenseKey)
Parameters
licenseKeystringThe license key to be validated and set.
Exceptions
- LicenseException
Thrown when the provided license key is invalid.