Summary of how SDKs can be protected using Cryptolens Licensing.
Key.Activate
and use it instead of contacting Cryptolens. Please read more here.
MathHelpers
. This class contains three methods that require different features to be true:
Abs
- requires F5 to be set to trueFactorial
- requires F6 to be set to trueFibonacci
- requires F7 to be set to trueWith this setup, you can easily customize the permitted methods in the dashboard for each license key.
permittedMethods
variable is a Dictionary<string, bool>
and we use it to track what methods the customer has access to.