The .NET SDK can be used both for applications targeting .NET Framework and newer versions of .NET (.NET Core, .NET Standard and more recent version). Most of the examples on our documentation page are include both C# and VB.NET, as well as ways you can install the library. If you would like to access the source code, you can view it on the following link: https://github.com/Cryptolens/cryptolens-dotnet We have included general guides below that are also available on the link above.

Getting started

Install Nuget package

In Visual Studio package manager
PM> Install-Package Cryptolens.Licensing
Using dotnet CLI
dotnet add package Cryptolens.Licensing
If you are targeting Mac, Linux or Unity/Mono, we recommend to use the cross platform version of that package. In Visual Studio package manager
PM> Install-Package Cryptolens.Licensing.CrossPlatform
Using dotnet CLI
dotnet add package Cryptolens.Licensing.CrossPlatform