Exemple #1
0
        public string GetCdKey()
        {
            string key = "";

            if (!string.IsNullOrEmpty(Seeds))
            {
                key = Seeds.Substring(0, 6);
            }

            return(getMd5Hash(getMd5Hash(getMd5Hash(key))));
        }