Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 579 Bytes

File metadata and controls

28 lines (18 loc) · 579 Bytes

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!