Ejemplo n.º 1
0
        /// <summary>
        /// Indicates that the configuration must be encrypted after saved.
        /// </summary>
        public ConfigurationBuilder Encrypt()
        {
            mSettings.MakeEncryptable();

            return(this);
        }