West Wind Application Settings for .NET |
wwAppConfiguration.SetEncryption
|
Sets the Configuration File Section if the default is section is not used
Syntax: |
public virtual void SetEncryption( string EncryptFields, string EncryptKey ); |
| Return: | Void |
| Parameters: |
EncryptFields EncryptKey |
| Example: | WebStoreConfig Config = new WebStoreConfig(false);
Config.SetConfigurationSection("WebStore");
Config.ReadKeysFromConfig();
|