Offline License
Overview
Generate Offline Activation Request
// Provide a path where the request file should be stored.
// If an empty string is given, the file will be saved to the default desktop path.
offlineActivationData, path, err := lh.CreateOfflineActivationFile("")
if err != nil {
return err
}
fmt.Printf("Offline Activation Request Data: %s\n Stored in path: %s\n", offlineActivationData, path)Activate License Using Activation File
Update License Using Refresh File
Generate Offline Deactivation Request
Notes
Was this helpful?