dbd_list_modules
exec master..dbd_list_modules
This procedure lists info about loaded PKCS#11 modules
Example output:
name path desc ------------- ------------------------------------------ -------------------------------------- acdemopkcs11 C:\pkcs11\x64\Release\acdemopkcs11.dll Activecrypt Demo PKCS#11 etoken C:\windows\system32\etoken.dll SafeNet eToken PKCS#11
Fields:
name - short name used to refer to the module in other functions.
path - path to the DLL binary
desc - description provided by the PKCS#11 module.
Modules can be added with dbd_add_module and deleted with dbd_del_module