/example-csharp-license-validation

An example of making a simple license validation request from a C# .NET console application

Primary LanguageC#MIT LicenseMIT

Example C# Machine Validation

This is an example of how to validate license keys in C# and .NET.

Running the example

First, install dependencies with dotnet:

dotnet restore

Then run the program:

dotnet run

You should see log output indicating the current license key is valid:

[INFO] License=0158a4cd-c913-4e8e-9d01-57fb637d649d Valid=is valid ValidationCode=VALID

Questions?

Reach out at support@keygen.sh if you have any questions or concerns!