DefaultConfigAdd Method (String, String, Boolean) |
Add a encrypted string
as default configuration item.
Namespace:
AskiaPortalCmn.Setup
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public void Add(
string key,
string value,
bool isEncrypted
)
Public Sub Add (
key As String,
value As String,
isEncrypted As Boolean
)
public:
void Add(
String^ key,
String^ value,
bool isEncrypted
)
Parameters
- key
- Type: SystemString
Key of the configuration item. - value
- Type: SystemString
Default configuration item value. - isEncrypted
- Type: SystemBoolean
Store the string encrypted.
Exceptions See Also