KSC Open API
Kaspersky Security Center API description
array PluginDataStorage::EnumAllKeys ( wstring  wstrPluginName)

Save or replace plugin data in the Plugin Data Storage.

Parameters:
wstrPluginName(wstring) productname and version divided by slash (e.g. '1093/1.0.0.0', '1103/1.0.0.0', 'KES/10.2.2.0'), up to 256 chars. See List of KLHST_WKS_PRODUCT_NAME and KLHST_WKS_PRODUCT_VERSION values for some products.
Returns:
(array) of key names, each entry is a string which is the name of the key

Example:

         (ARRAY_T)
             +---0 = (STRING_T)"Key_0"
             +---1 = (STRING_T)"Key_10"
             +---2 = (STRING_T)"Key_12"
             +---3 = (STRING_T)"Key_14"
             +---4 = (STRING_T)"Key_2"
             +---5 = (STRING_T)"Key_4"
             +---6 = (STRING_T)"Key_6"
             +---7 = (STRING_T)"Key_8"