C#C
C#3y ago
Denis

❔ How to license a .NET 5+ cross-platform application?

I have multiple client applications that will primarily run on Windows machines, and a server application that would probably run on Linux.

What should I use to "unlock" said applications with a license key that can be, e.g., a floating license, node locked license?

As far I know, currently we are utilizing Flexera's Flex licensing manager - afaik, it is bound to Windows.
And even if I decide to give up the cross-platform capabilities, I'm not quite sure how to port our managed C++ libraries to support .NET

I hope someone could help me unconfuse myself from this licensing mess.
Was this page helpful?