TG.INI
IniDocument Constructor (Stream, IEncryptionHandler) |
Initializes a new instance of IniDocument then reads from a stream.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniDocument( Stream stream, IEncryptionHandler encryptionHandler )
Public Sub New ( stream As Stream, encryptionHandler As IEncryptionHandler )
public: IniDocument( Stream^ stream, IEncryptionHandler^ encryptionHandler )
new : stream : Stream * encryptionHandler : IEncryptionHandler -> IniDocument
Parameters
- stream
- Type: System.IOStream
The stream to read from. - encryptionHandler
- Type: TG.INI.EncryptionIEncryptionHandler
The IEncryptionHandler to user for decrypting values.
See Also