Discuss this help topic in SecureBlackbox Forum
Specifies path to the secmod.db file.
Declaration
[VB.NET]
Property SecMod As String
[Pascal]
property SecMod : string;
[C++]
void get_SecMod(std::string &OutResult);
void set_SecMod(const std::string &Value);
[PHP]
string get_SecMod()
void set_SecMod(string $Value)
[Java]
String getSecMod();
void setSecMod(String Value);
Description
Use this property to specify path to the secmod.db file.
This file is a security module database and contains path names of PKCS#11 modules.
Discuss this help topic in SecureBlackbox Forum