> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/qlmlicense/application-methods/islicensekeyactivated.md).

# IsLicenseKeyActivated

### Description

Checks if the provided license key has been activated on the specified system.

```csharp
   bool IsLicenseKeyActivated (string webServiceUrl, 
                               string activationKey, 
                               string computerID )
```

### Parameters

| Parameter     |  Type  | Description                   |
| ------------- | :----: | ----------------------------- |
| webServiceUrl | string | URL to the QLM License Server |
| activationKey | string | activation key                |
| computerID    | string | the computerID to verify      |

### Return

| Type | Description                                            |
| ---- | ------------------------------------------------------ |
| bool | true if the license key is activated; false otherwise. |
