Q: How to find out the time left in a trial or subscription license?
A: On the client side, you can call the functions
public int NSLGetSubExpSec(ref int ExpirySecs);
public int NSLGetTrialExpSec(ref int ExpirySecs);
Respectively, these will return the number of seconds remaining in an activation or trial. You can then convert these into the number of days remaining
A: On the client side, you can call the functions
public int NSLGetSubExpSec(ref int ExpirySecs);
public int NSLGetTrialExpSec(ref int ExpirySecs);
Respectively, these will return the number of seconds remaining in an activation or trial. You can then convert these into the number of days remaining