Deactivates the current license on the current system.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public bool Deactivate()
Visual Basic
Public Function Deactivate As Boolean
Visual C++
public:
bool Deactivate()

Return Value

True if the current license is successfully deactivated.

See Also