Chameleon and Iguana Plugin C# Class Libraries

License.FetchRegistrationCode Method 

Returns the non-expiring runtime registration code for the unique machine ID from iNTERFACEWARE's server.

[Visual Basic]
Public Function FetchRegistrationCode( _
   ByVal MachineId As String, _
   ByVal EmailAddress As String, _
   ByVal Password As String, _
   ByVal Description As String _
) As String
[C#]
public string FetchRegistrationCode(
   string MachineId,
   string EmailAddress,
   string Password,
   string Description
);

Parameters

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.

Remarks

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 non-expiring runtime 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.

See Also

License Class | iNTERFACEWARE.Chameleon Namespace