IniKeyValue.EncryptValue Property

TG.INI

IniKeyValueEncryptValue Property

Gets or Sets if the value should be encrypted.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public bool EncryptValue { get; set; }
Public Property EncryptValue As Boolean
	Get
	Set
public:
property bool EncryptValue {
	bool get ();
	void set (bool value);
}
member EncryptValue : bool with get, set

Property Value

Type: Boolean
See Also