FetchTrialRegistrationCode method
Returns the expiring trial registration code for the unique machine ID from iNTERFACEWARE's server.
Applies to
CHMlicense
Declaration
Public Function FetchTrialRegistrationCode(ByRef ExpiryDate As Date, ByVal MachineId As String, ByVal EmailAddress As String, ByVal Password As String, ByVal Description As String) As String
Description
This method is deprecated. Please use GetRegistrationCode instead as this method will be removed in the future.
This method uses your Internet connection to send an HTTP request on port 80 to the iNTERFACEWARE server. The HTTP request consists of your email address and password (which you use to log into your member's account) and a machine ID uniquely identifying the machine to register. If the request is successful, the iNTERFACEWARE server returns the expiring trial registration code for this unique machine ID. The Description of the registration code will be used to identify it and determine the nature of the license.
Parameters |
ExpiryDate | Returns the expiry date of the registration code. |
MachineId | The Machine ID of the machine to register. |
EmailAddress | Email address used to login to iNTERFACEWARE's members site. |
Password | Password used to login to iNTERFACEWARE's members site. |
Description | A description of the registration code. |