Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

LicenseUtilities.UnInstallILSLicense?

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support
View previous topic :: View next topic  
Author Message
BradBeech



Joined: 08 Jan 2015
Posts: 10

PostPosted: Sun Jun 14, 2015 8:04 am    Post subject: LicenseUtilities.UnInstallILSLicense? Reply with quote

Hi,

I have used LicenseUtilities.InstallILSLicense() to license a webservice that is a key generator.

I would like to test this service on various hosting providers. However if I do this multiple times I will surely run out of ILS licenses pretty quickly.

Can i call LicenseUtilities.InstallILSLicense(), and then is there a corresponding UninstallLIcense somewhere that I can call before trying a different provider, hosting provider.

Basically I guess it's that same as transferring a license to a different machine, however I don't have license tracker installed to do the uninstall from, and this would be more of a 'domain' transfer since its a web app.
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Sun Jun 14, 2015 11:11 pm    Post subject: Reply with quote

You can call:

Code:
AuthenticatedLicense license = LicenseUtilities.ILSLicense;
AuthenticatedLicenseProvider provider = LicenseUtilities.ILSLicenseProvider;
provider.DeauthenticateLicense(license);
provider.UninstallLicense(license);


You should put some exception handling around this to cope with web exceptions if the internet connection is down or other errors. We do have limits on how often licence keys can be transferred by the user by deauthenticating. This is to prevent abuse of this mechanism to clone licenses. If you hit the limit you will need to contact us to deauthenticate the license.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
BradBeech



Joined: 08 Jan 2015
Posts: 10

PostPosted: Mon Jun 15, 2015 6:40 am    Post subject: Reply with quote

Excellent thank you.

Is there a website or some place we can log onto to see if this limit is near?
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Mon Jun 15, 2015 6:43 am    Post subject: Reply with quote

Quote:
Is there a website or some place we can log onto to see if this limit is near?


No - sorry. If you email support@infralution.com with your license key we can provide you more information.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group