There is any method to autodetect the installed PKCS#11 modules and extract the path to that modules?
For example, if Aladdin eToken PRO is installed, the method must automatically obtain the path to the PKCS#11 DLL that is: "c:\Windows\System32\eTPKCS11.dll"
I have found a registry value that returns the path to the CSP but not the path to the PKCS#11 driver.
The registry key is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Defaults\Provider\
The main idea is to not force the user to manually enters the path to his PKCS#11 smart card driver.
Do you have a solution for this?
Regards,
Victor
There is any method to autodetect the installed PKCS#11 modules and extract the path to that modules?
For example, if Aladdin eToken PRO is installed, the method must automatically obtain the path to the PKCS#11 DLL that is: "c:\Windows\System32\eTPKCS11.dll"
I have found a registry value that returns the path to the CSP but not the path to the PKCS#11 driver.
The registry key is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Defaults\Provider\
The main idea is to not force the user to manually enters the path to his PKCS#11 smart card driver.