Discuss this help topic in SecureBlackbox Forum
Specifies path to the key database.
Declaration
[VB.NET]
Property KeyPrefix As String
[Pascal]
property KeyPrefix : string;
[C++]
void get_KeyPrefix(std::string &OutResult);
void set_KeyPrefix(const std::string &Value);
[PHP]
string get_KeyPrefix()
void set_KeyPrefix(string $Value)
[Java]
String getKeyPrefix();
void setKeyPrefix(String Value);
Description
Use this property to specify path to the key database.
Discuss this help topic in SecureBlackbox Forum