IniEditor.CanEncrypt Property

TG.INI

IniEditorCanEncrypt Property

Gets whether an EncryptionKey property is set and the length is greater than zero.

Namespace:  TG.INI.Controls
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public bool CanEncrypt { get; }
Public ReadOnly Property CanEncrypt As Boolean
	Get
public:
property bool CanEncrypt {
	bool get ();
}
member CanEncrypt : bool with get

Property Value

Type: Boolean
See Also