❔ 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.
3 Replies
Or at least help me figure out the right words to search for this, without stumbling upon the open source license agreements
maybe build a license key server?https://stackoverflow.com/questions/599837/how-to-generate-and-validate-a-software-license-key
Stack Overflow
How to generate and validate a software license key?
I'm currently involved in developing a product (developed in C#) that'll be available for downloading and installing for free but in a very limited version. To get access to all the features the us...
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.