TG.INI
IniDocument Constructor (IEncryptionHandler) |
Initializes a new instance of IniDocument with a designated IEncryptionHandler.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniDocument( IEncryptionHandler encryptionHandler )
Public Sub New ( encryptionHandler As IEncryptionHandler )
public: IniDocument( IEncryptionHandler^ encryptionHandler )
new : encryptionHandler : IEncryptionHandler -> IniDocument
Parameters
- encryptionHandler
- Type: TG.INI.EncryptionIEncryptionHandler
The IEncryptionHandler to be set to EncryptionHandler.
See Also