Discuss this help topic in SecureBlackbox Forum
Specifies path to the certificate database.
Declaration
[VB.NET]
Property CertPrefix As String
[Pascal]
property CertPrefix : string;
[C++]
void get_CertPrefix(std::string &OutResult);
void set_CertPrefix(const std::string &Value);
[PHP]
string get_CertPrefix()
void set_CertPrefix(string $Value)
[Java]
String getCertPrefix();
void setCertPrefix(String Value);
Description
Use this property to specify path to the certificate database.
Discuss this help topic in SecureBlackbox Forum