Skip to content

Commit d36545d

Browse files
authored
Update README.md
1 parent 0cc0cd1 commit d36545d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ If you want to make sure that the license file is not too old, you can specify t
6464
LicenseKey newLicense = LicenseKey.LoadFromString(RSAPubKey, licenseString, 30);
6565
```
6666

67+
> **Note:** `LicenseKey.LoadFromString` does not check the *ProductId*. In case you have multiple products, we recommend that you check that the *ProductId* corresponds to the product where the user tries to use the license file.
68+
6769
### Floating licenses
6870
[Floating licenses](https://help.cryptolens.io/licensing-models/floating) can be enabled by passing a floatingTimeInterval to the `ActivateModel`. Optionally, you can also allow customers to exceed the bound by specifying the maxOverdraft.
6971

0 commit comments

Comments
 (0)