QLM tries to stores the keys in two locations: one location at the user level and another folder at the machine level. The StoreKeysOptions property controls where the keys are stored.
The StoreKeysLocation property controls whether keys are stored in the registry or on the file system.
In the Registry, data is stored in:
HKEY_CURRENT_USER\Software\Classes\<GUID>
HKEY_LOCAL_MACHINE\Software\Classes\<GUID>
On the file system, data is stored in these folders:
C:\Users\<user>\AppData\Local\IsolatedStorage\<GUID>
Example on Windows 10:
C:\ProgramData\IsolatedStorage\1zy03lmk.jql\epxur3qn.na0\StrongName.gziza0ait44cgjtqq2fgdpi3yp0idvio\AssemFiles
<GUID> is a unique identifier associated to your product (see the Define Products page in the QLM Management Console).
C#: void StoreKeys (string activationKey, string computerKey)
Parameters
activationKey- the activation key to store
computerKey- the computer bound key to store.
Comments
0 comments
Article is closed for comments.