FetchTrialRegistrationCode method
If successful, this method will return the expiring trial registration code for the unique machine ID from iNTERFACEWARE's server. This process involves an HTTP request to the iNTERFACEWARE server on port 80, therefore, there must be an available Internet connection. The HTTP request consists of your email address and password (the same one used to log into your member's account) and a machineId uniquely identifying the machine to register. The Description of the registration code will be used to identify it in order to determine the nature of the license.
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
| 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. |