C-DEngine 5.105

ICDESettings Methods

The ICDESettings type exposes the following members.

Methods


  Name Description
Public method DeleteAppSetting
Deletes a setting from the settings store (app.config and/or private store) If an owner is specified, the setting will be moved from the public settings store to the private secure store
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAppSetting
Gets a setting and allows to specify if the setting was encryped in the app.config or private settings store
Public method GetHashCode (Inherited from Object.)
Public method GetHiddenKeyList
Returns a list of hidden keys for NMI and other plugins
Public method GetSetting
Gets a setting. The following order is applied: 1) Public setting coming from either the App.Config or coming from the host 2) if an environment variable with the setting name is specified it will be returned 3) if an Owner was specified the setting will be loaded from the secure settings store
Public method GetType (Inherited from Object.)
Public method HasSetting
Determines whether the specified setting exists.
Public method IsNodeTrusted
Checks if a node/device (ID) is trustd
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadAllAppSettings
Tells the settings engine to load all public settings from the settings store (i.e. app.config) and add them to the given dictionary
Public method SetSetting
Add/Set a local presisted Setting
Public method SetSettings
Add/Set multiple local settings at once
Public method ToString (Inherited from Object.)
Public method UpdateLocalSettings
Tells the settings engine to update the local settings, save them securely to disk and fire the "SettingsUpdated" event