/// <summary> /// Indicates that the configuration must be encrypted after saved. /// </summary> public ConfigurationBuilder Encrypt() { mSettings.MakeEncryptable(); return(this); }