LicenseProcessActivateInstallationLicenseFileResponse Method (String, String) |
Namespace: com.softwarekey.Client.Licensing
public virtual bool ProcessActivateInstallationLicenseFileResponse( string response, ref string licenseContent )
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).
![]() |
---|
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. |