Click or drag to resize
LicenseActivateInstallationLicenseFile Method (Int32, String, String)
Activates online using a specified License ID, and customer password or activation password

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public virtual bool ActivateInstallationLicenseFile(
	int licenseId,
	string password,
	ref string licenseContent
)

Parameters

licenseId
Type: SystemInt32
The License ID (from SOLO Server) to activate.
password
Type: SystemString
The activation password assigned to the license, or the customer password, in SOLO Server.
licenseContent
Type: SystemString
The License File content returned by SOLO Server

Return Value

Type: Boolean
Returns true if successful. If it is not successful, check the LastError property for details.
Remarks

This processes an online activation using SOLO Server's XmlActivationService web service's ActivateInstallationLicenseFile method, which processes the activation and retrieves the License File from SOLO Server at the same time.

See Also