Click or drag to resize
WritableLicenseProcessActivateInstallationLicenseFileResponse Method (XmlNode, String)
Processes an activation XML response string

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override bool ProcessActivateInstallationLicenseFileResponse(
	XmlNode response,
	ref string licenseContent
)

Parameters

response
Type: System.XmlXmlNode
The XML response string
licenseContent
Type: SystemString
The License File content returned from SOLO Server

Return Value

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

This method processes an XML response string which may be used to complete manual activation processing, which is where the requests (generated from the GetActivationInstallationLicenseFileRequest(Int32, String) method) may be processed from another computer with Internet access (if the system being licensed has no or limited Internet connectivity).

Caution note Caution

Before calling this method, set the CurrentSessionCode property (if the application needs to support resuming the manual activation processing after having been closed). Immediately after calling this method, the ResetSessionCode method should be called to prevent replay attacks and brute-force attacks.

See Also