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();
See also:

Class wwAppConfiguration


Last Updated: 1/28/2007 | Send topic feedback