Discuss this help topic in SecureBlackbox Forum
Contains string of raw parameters.
Declaration
[C#]
string RawParamsStr;
[VB.NET]
Property RawParamsStr As String
[Pascal]
property RawParamsStr : string;
[C++]
void get_RawParamsStr(std::string &OutResult);
void set_RawParamsStr(const std::string &Value);
[PHP]
string get_RawParamsStr()
void set_RawParamsStr(string $Value)
[Java]
String getRawParamsStr();
void setRawParamsStr(String Value);
Description
Use this property to get or set NSS configuration string containing
configuration directory, all database names and trust flags.
Discuss this help topic in SecureBlackbox Forum