Click or drag to resize
ActivateInstallationLicenseFile Constructor (XmlActivationService, AuthorEncryptionKey)
Creates a new ActivateInstallationLicenseFile object.

Namespace: com.softwarekey.Client.WebService.XmlActivationService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public ActivateInstallationLicenseFile(
	XmlActivationService client,
	AuthorEncryptionKey encryptionKey
)

Parameters

client
Type: com.softwarekey.Client.WebService.XmlActivationServiceXmlActivationService
The XmlActivationService object used to perform the web service method call.
encryptionKey
Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The pre-initialized AuthorEncryptionKey object.
See Also