Chameleon and Iguana Plugin C# Class Libraries

License.RegisterHost Method 

This method registers the machine using the given registration code.

[Visual Basic]
Public Sub RegisterHost( _
   ByVal RegistrationCode As String _
)
[C#]
public void RegisterHost(
   string RegistrationCode
);

Parameters

RegistrationCode
The registration code.

Remarks

This method is deprecated. Please use GetRegistrationCode instead as this method will be removed in the future.

This method checks if the registration code is valid. If the registration code is invalid, the method throws an exception and does not send a request to the iNTERFACEWARE server. If the registration code is valid, this method registers your machine.

This method only supports non-expiring keys.

See Also

License Class | iNTERFACEWARE.Chameleon Namespace