IniEditor Constructor (IEncryptionHandler)

TG.INI

IniEditor Constructor (IEncryptionHandler)

Initializes a new IniEditor with a predefined IEncryptionHandler.

Namespace:  TG.INI.Controls
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniEditor(
	IEncryptionHandler encryption
)
Public Sub New ( 
	encryption As IEncryptionHandler
)
public:
IniEditor(
	IEncryptionHandler^ encryption
)
new : 
        encryption : IEncryptionHandler -> IniEditor

Parameters

encryption
Type: TG.INI.EncryptionIEncryptionHandler
See Also