Author |
Message |
Topic: is there a freq limit for IsAuthenticated call? |
soloman817
Replies: 7
Views: 17966
|
Forum: Licensing Support Posted: Thu Nov 22, 2012 6:01 am Subject: is there a freq limit for IsAuthenticated call? |
Thanks, I will then check the policy. |
Topic: What does "Revoked Authentications" mean? |
soloman817
Replies: 5
Views: 14724
|
Forum: Licensing Support Posted: Thu Nov 22, 2012 5:56 am Subject: What does "Revoked Authentications" mean? |
Thanks, good to know, so it is just a status information stored in the license key, not the authentication. So to transfer a license, it is ok just delete the old authentication. |
Topic: is there a freq limit for IsAuthenticated call? |
soloman817
Replies: 7
Views: 17966
|
Forum: Licensing Support Posted: Thu Nov 22, 2012 2:46 am Subject: is there a freq limit for IsAuthenticated call? |
I now code a license online verify policy. Now if I started many application, which each one will start a background thread to verify license online periodly. And I controlled it to not send too frequ ... |
Topic: What does "Revoked Authentications" mean? |
soloman817
Replies: 5
Views: 14724
|
Forum: Licensing Support Posted: Thu Nov 22, 2012 2:15 am Subject: What does "Revoked Authentications" mean? |
I'm a little confused. We are implementing a way to let people can renew their authentication from a website, and in the background, it uses ASP.NET to handle the database.
If a person want to rene ... |
Topic: What does "Revoked Authentications" mean? |
soloman817
Replies: 5
Views: 14724
|
Forum: Licensing Support Posted: Wed Nov 21, 2012 11:31 am Subject: What does "Revoked Authentications" mean? |
Hi, I just saw in the ILS Tracker, License Keys tab, and if I expand one license key to show its authentications, I find there is a column called "Revoked Authentications", what does this me ... |
Topic: is there a freq limit for IsAuthenticated call? |
soloman817
Replies: 7
Views: 17966
|
Forum: Licensing Support Posted: Wed Oct 10, 2012 12:27 am Subject: is there a freq limit for IsAuthenticated call? |
Thanks for point out where it is. I checked the local auth server (in program files), it is there in the Web.Config.
But when checking my live website, seems it is encrypted...
there are 3 child ... |
Topic: is there a freq limit for IsAuthenticated call? |
soloman817
Replies: 7
Views: 17966
|
Forum: Licensing Support Posted: Tue Oct 09, 2012 6:11 am Subject: is there a freq limit for IsAuthenticated call? |
PS, because I'm protecting a library, not application, so I set the thread to be background:
if (_license != null)
{
Thread thread ... |
Topic: is there a freq limit for IsAuthenticated call? |
soloman817
Replies: 7
Views: 17966
|
Forum: Licensing Support Posted: Tue Oct 09, 2012 6:05 am Subject: is there a freq limit for IsAuthenticated call? |
Hi,
In order to support license transfer, I just added a background thread to do authenticate status check, following this post: http://www.infralution.com/phpBB2/viewtopic.php?t=2328
To test, I ... |
Topic: help with IPN.NET license, please |
soloman817
Replies: 1
Views: 12107
|
Forum: IPN.NET Support Posted: Mon Oct 08, 2012 6:20 am Subject: help with IPN.NET license, please |
ok, find this post: http://www.infralution.com/phpBB2/viewtopic.php?t=2476
So, seems it needs manual operation, and I will need to email to support@infralution.com . |
Topic: help with IPN.NET license, please |
soloman817
Replies: 1
Views: 12107
|
Forum: IPN.NET Support Posted: Mon Oct 08, 2012 6:09 am Subject: help with IPN.NET license, please |
Hi,
I think I messed up the license of IPN.NET. First, I installed it on my local develop machine, then I deployed it to online host, and install the license key again, so it means I used 2 auth.
... |
Topic: What is the right way to transfer auth license? |
soloman817
Replies: 2
Views: 9288
|
Forum: Licensing Support Posted: Fri Oct 05, 2012 10:57 am Subject: What is the right way to transfer auth license? |
Hi,
We want to provide a feature on our website, that is, user can transfer their auth license from one computer id to a new one. I read about the FAQ. And want to get some confirm.
So, first, o ... |
Topic: Can I use a single online SQL server for ILS? |
soloman817
Replies: 1
Views: 7996
|
Forum: Licensing Support Posted: Fri Oct 05, 2012 10:50 am Subject: Can I use a single online SQL server for ILS? |
Hi,
I would like to configure all tracker, auth server and IPN.NET server to use same remote online SQL server, because in this way, the data is always sync, so I can use Data API to do more, such ... |
Topic: How can I protect a library with encryptor? |
soloman817
Replies: 1
Views: 12179
|
Forum: .NET Encryptor Support Posted: Tue Oct 02, 2012 2:53 am Subject: How can I protect a library with encryptor? |
Hi
We puchased Encryptor. and we want to protect a library written in F#. But as I saw the demo code, it need an entry point, which a library will not have. and also, we need to let customer to use ... |
Topic: Where to put tracer's database? |
soloman817
Replies: 2
Views: 9892
|
Forum: Licensing Support Posted: Thu Sep 27, 2012 2:25 am Subject: Where to put tracer's database? |
BTW, I checked the mdb file of auth server, there is a table named "System" and it seems to be the key on which tracker can use it to do secure communication with auth server. So if it is a ... |
Topic: Can I create evaluation with IPN.NET? |
soloman817
Replies: 3
Views: 10323
|
Forum: Licensing Support Posted: Thu Sep 27, 2012 2:22 am Subject: Can I create evaluation with IPN.NET? |
Thanks for your reply. So if I would generate license programatically, then does it means I need also deploy tracker mdb to online host? cause I saw the code to access it in the demo. See this post fo ... |
|