Kaspersky Security Center Automation  10.0
HRESULT IKlAkLicense::ExportKey ( [in] BSTR  bstrSerial,
[out, retval] IKlAkParams **  ppInfo 
)

Export key from server-side storage.

Returns license key installed if key earlier had been installed with IKlAkLicense.InstallKey method.

This functionality is supported by Administration Server 7.0 or higher.

Parameters:
bstrSerial license key serial number
Return values:
ppInfo Key data as IKlAkParams containing fields KLLIC_LICFILE (required) and KLLIC_CUSTOMER_INFO (optional)


See also How to see contents of the IKlAkParams container.