IniDocument.EncryptionHandler Property

TG.INI

IniDocumentEncryptionHandler Property

Get or set the IEncryptionHandler to use for encryption.

Namespace:  TG.INI
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