DeregisterSoftware
This function cancels current registration and unbinds computer from license code. This function can be used for example when license code is allowed on one computer and you need to move the code to another computer. The function unbinds current computer from license code so software can be registered on another computer without problems

Syntax
public static ClientDeregisterSoftwareResponseCode DeregisterSoftware()

Parameters
No parameters.

Return value
Returns the status of operation via ClientDeregisterSoftwareResponseCode enum.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

Example
private void btnDeregister_Click(object sender, EventArgs e)
{
    ClientDeregisterSoftwareResponseCode responseCode = ItpLibraryNetWrapper.DeregisterSoftware();
    MessageBox.Show(responseCode.ToString(), Text);
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services