Click or drag to resize
LicenseGetLicenseRefreshRequest Method
Builds a manual license refresh XML request string using the current value in the InstallationID property

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public virtual string GetLicenseRefreshRequest()

Return Value

Type: String
Returns a string which contains the XML request string the user can post/upload to SOLO Server's manual request processing page. If an empty string is returned, check the LastError property for details.
Remarks

This method generates an XML request string which may be used for manual license refresh processing, which is where the requests 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, the ResetSessionCode method should be called, as this will help prevent your end-users from replaying requests. Once the response has been generated and sent to the user, the user may then open a response file or paste its contents in your application, which can then set the CurrentSessionCode property (if the application needs to support resuming the manual license refresh processing after having been closed) and use the ProcessLicenseRefreshResponse method to process the response.

See Also