Remotely disabling a license

I'm starting to evaluate LimeLM. This seems like this is something that LimeLM handles, but I don't see the specifics on how.

I don't want to require that a user always be connected to the Internet when using the software (like, he's on a plane or something). However, I would like to be able to kill his license from the server (his laptop got stolen). How do I resolve this seeming contradiction? Maybe only allow x number of uses without talking to the server?

ThanksJim

Hey Jim,

All of our examples cover this use-case: https://wyday.com/limelm/help/getting-started/

Integrate TurboActivate into your app, use the IsGenuineEx() function (see the help articles and examples) and when you revoke or deactivate an activation the customer will not be able to use your app after that X + Y days.