TG.INI
IniConfigurationT Constructor (String, IEncryptionHandler) |
Initializes a new instance of IniConfigurationT.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniConfiguration( string path, IEncryptionHandler encryptionHandler )
Public Sub New ( path As String, encryptionHandler As IEncryptionHandler )
public: IniConfiguration( String^ path, IEncryptionHandler^ encryptionHandler )
new : path : string * encryptionHandler : IEncryptionHandler -> IniConfiguration
Parameters
- path
- Type: SystemString
The path to an INI file. - encryptionHandler
- Type: TG.INI.EncryptionIEncryptionHandler
The IEncryptionHandler to user for encrypting values.
See Also