Activates a license specified by the licenseKey parameter. If the licenseKey parameter's license type is 'ActivationKey', the LicenseServiceURL property must be set.

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

Syntax

C#
public bool Activate(
	string licenseKey
)
Visual Basic
Public Function Activate ( _
	licenseKey As String _
) As Boolean
Visual C++
public:
bool Activate(
	String^ licenseKey
)

Parameters

licenseKey
Type: System..::..String
The license key to activate

Return Value

True if the license activation is successful

See Also