LicenseGetDeactivateInstallationRequest Method |
Namespace: com.softwarekey.Client.Licensing
This method generates an XML request string which may be used for manual deactivation 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).
![]() |
---|
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 deactivation processing after having been closed) and use the ProcessDeactivateInstallationResponse method to process the response. |