Class EncryptedDictionary

All Implemented Interfaces:
ConfigurationItem, IDictionary, IEncryptedDictionary, Serializable, Comparable<BaseConfigurationItem>

@Metadata(root=ENVIRONMENTS, description="An EncryptedDictionary contains keys and encrypted values that can be replaced. Values are encrypted when they are stored and decrypted before being used.") @Deprecated @TypeIcon("icons/types/udm.EncryptedDictionary.svg") public class EncryptedDictionary extends Dictionary
Deprecated.
Please use the Dictionary with encrypted values.
See Also:
  • Constructor Details

    • EncryptedDictionary

      public EncryptedDictionary()
      Deprecated.