IniConfiguration(T).EncryptionHandler Property

TG.INI

IniConfigurationTEncryptionHandler Property

[Missing <summary> documentation for "P:TG.INI.IniConfiguration`1.EncryptionHandler"]

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public static IEncryptionHandler EncryptionHandler { get; set; }
Public Shared Property EncryptionHandler As IEncryptionHandler
	Get
	Set
public:
static property IEncryptionHandler^ EncryptionHandler {
	IEncryptionHandler^ get ();
	void set (IEncryptionHandler^ value);
}
static member EncryptionHandler : IEncryptionHandler with get, set

Property Value

Type: IEncryptionHandler
See Also