Discuss this help topic in SecureBlackbox Forum
Contains name of the DLL that provides access to Cryptoki functions.
Declaration
[VB.NET]
Property DLLName As String
[Pascal]
property DLLName: string;
[C++]
void get_DLLName(std::string &OutResult);
void set_DLLName(const std::string &Value);
[PHP]
string get_DLLName()
void set_DLLName(string $Value)
[Java]
String getDLLName();
void setDLLName(String Value);
Description
Use this property to set or retrieve the name of PKCS#11 provider DLL.
Discuss this help topic in SecureBlackbox Forum