This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- Re: Any API for checking License expiry date
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 18, 2006
12:37 AM
Any API for checking License expiry date
Hi,
Is there any API provided by FLEXnet which can be used to check the expiry date of the Feature?
What I am looking for is that my application can warn the user if the License is about to expire in say 2 days.
One way is that I read the file and locate the expiry for feature and then popup a message.
I was just wondering if FLEXnet has provided any API for this as well?
Is there any API provided by FLEXnet which can be used to check the expiry date of the Feature?
What I am looking for is that my application can warn the user if the License is about to expire in say 2 days.
One way is that I read the file and locate the expiry for feature and then popup a message.
I was just wondering if FLEXnet has provided any API for this as well?
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 18, 2006
02:11 AM
There is an API lc_expire_days() available but to implement this in C# code, its a huge work of redifing many C style header files in C# format.
Is there any Trivial API available equivalent to lc_expire_days() ?
Is there any Trivial API available equivalent to lc_expire_days() ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 20, 2006
12:05 PM
I'm afraid there is not.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 20, 2006
12:10 PM
Another note regarding to the expiry date is that this warning should be shown in the debug log file, automatically.
-- Dai
-- Dai
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 12, 2016
12:51 AM
Hi All,
Want to automate some part of flexera screens while creating licenses for my app, it will be fast if Flexera is giving any API's to perform this,
Please let me know, where i can see list of API's ?
Want to automate some part of flexera screens while creating licenses for my app, it will be fast if Flexera is giving any API's to perform this,
Please let me know, where i can see list of API's ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 13, 2017
05:30 AM
Can you give me a working code with example of API?