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 

Custom EncryptedLicenseProvider

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



Joined: 07 Feb 2007
Posts: 7

PostPosted: Wed Feb 14, 2007 4:52 pm    Post subject: Custom EncryptedLicenseProvider Reply with quote

Hello
following the informations provided here http://www.infralution.com/phpBB2/viewtopic.php?t=426 I developed a custom EncryptedLicenseProvider:
Code:
  Friend Class CustomEncryptedLicenseProvider
    Inherits EncryptedLicenseProvider
    '...
End Class

This means that I must replace each occurrences of EncryptedLicenseProvider with CustomEncryptedLicenseProvider in LicenseInstallForm?
Thanks
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Wed Feb 14, 2007 9:29 pm    Post subject: Reply with quote

Quote:
This means that I must replace each occurrences of EncryptedLicenseProvider with CustomEncryptedLicenseProvider in LicenseInstallForm?


Your don't have to modify the source for the LicenseInstallForm. Instead simply set the LicenseInstallForm.LicenseProvider property eg

Code:

LicenseInstallForm form = new LicenseInstallForm();
form.LicenseProvider = new CustomEncryptedLicenseProvider()


Also make sure that if you are licensing controls you change the LicenseProvider attribute attached to your control classes to use your CustomEncryptedLicenseProvider class.
_________________
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