Top Method Summary
Options Name Purpose
CHARACTER GetDecryptedValue (character) Returns a configuration setting that is stored encrypted
CHARACTER GetDecryptedValue (character, character) Returns a configuration setting that is stored encrypted
CHARACTER GetNames () Returns a Character Array with all the configuration data names
CHARACTER GetValue (character) Returns a configuration setting
CHARACTER GetValue (character, character) Returns a configuration setting or the default value when the setting is not available


Method Detail
Top

CHARACTER GetDecryptedValue (character)

Purpose: Returns a configuration setting that is stored encrypted
Notes: The value is decrypted using the IPasswordEncryptionService that
is registered in the ServiceContainer

Parameters:
pcName CHARACTER
The configuration property name
Returns CHARACTER
The decrypted value for the configuration property or ? when not set
Top

CHARACTER GetDecryptedValue (character, character)

Purpose: Returns a configuration setting that is stored encrypted
Notes: The value is decrypted using the IPasswordEncryptionService that
is mapped to the decryption provider key, see
Consultingwerk.Framework.DecryptionProviderHelper

Parameters:
pcName CHARACTER
The configuration property name
pcDecryptionProvider CHARACTER
The key of the decryption provider (e.g. "SFR" or "WIN") or ? for the IPasswordEncryptionService registered in the ServiceContainer
Returns CHARACTER
The decrypted value for the configuration property or ? when not set
Top

CHARACTER GetNames ()

Purpose: Returns a Character Array with all the configuration data names
Notes:

Returns CHARACTER
The ABL Character Array
Top

CHARACTER GetValue (character)

Purpose: Returns a configuration setting
Notes:

Parameters:
pcName CHARACTER
The configuration property name
Returns CHARACTER
The value for the configuration property or ? when not set
Top

CHARACTER GetValue (character, character)

Purpose: Returns a configuration setting or the default value when the setting
is not available
Notes:

Parameters:
pcName CHARACTER
The configuration property name
pcDefault CHARACTER
The default value to return when the setting is not available
Returns CHARACTER
The value for the configuration property


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       24.08.2026 05:57:33