ICDESettings Members
The ICDESettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
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
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAppSetting |
Gets a setting and allows to specify if the setting was encryped in the app.config or private settings store
|
|
GetHashCode | (Inherited from Object.) | |
GetHiddenKeyList |
Returns a list of hidden keys for NMI and other plugins
|
|
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
|
|
GetType | (Inherited from Object.) | |
HasSetting |
Determines whether the specified setting exists.
|
|
IsNodeTrusted |
Checks if a node/device (ID) is trustd
|
|
MemberwiseClone | (Inherited from Object.) | |
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
|
|
SetSetting |
Add/Set a local presisted Setting
|
|
SetSettings |
Add/Set multiple local settings at once
|
|
ToString | (Inherited from Object.) | |
UpdateLocalSettings |
Tells the settings engine to update the local settings, save them securely to disk and fire the "SettingsUpdated" event
|