python-pkcs11
python-pkcs11 copied to clipboard
Unload a pkcs11.lib ?
I am running in an error when I try to switch p11 libraries:
exceptionpkcs11.exceptions.AlreadyInitialized pkcs11 was already initialized with another library.
This exception is documented in the docs.
Is there any way to unload a pkcs11.lib to load another library? (to support different smartcards in one program)
BR, Andreas