IniEditor.EncryptionHandler Property

TG.INI

IniEditorEncryptionHandler Property

Get or set the IEncryptionHandler to use. This is mostly used while in Standalone but can be used to change the handler for an existing IniDocument.

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

Property Value

Type: IEncryptionHandler
See Also