Represents a simple key/value pair configuration.
Name | Description | |
---|---|---|
DictionaryConfiguration |
Initializes a new instance of the DictionaryConfiguration class. |
|
DictionaryConfiguration(System.Collections.Generic.IDictionary<string, string> dictionary) |
Name | Description | |
---|---|---|
HasEncryptedProperties |
Gets a value indicating whether this instance has encrypted properties. |
|
Items |
Gets or sets the items. |
Name | Description | |
---|---|---|
GetPropertiesForDisplay(bool hideEncrypted) |
Returns the properties. |
|
ToDictionary |
Returns a copy as a dictionary. |