Esempio n. 1
0
        /// <summary>
        /// ���������ļ������ýڵ�
        /// </summary>
        public static void EncryptAppSettings(SystemType type)
        {
            _oConfigReader = CreateReader(type);

            _oConfigReader.EncryptAppSettings();
        }