コード例 #1
0
ファイル: AccountController.cs プロジェクト: nathnael/cats
        /// <summary>
        /// Shows Logs the form.
        /// </summary>
        /// <returns></returns>

        public ActionResult LogOn()
        {
            CryptoGen x   = new CryptoGen();
            var       val = x.CreateKey(30);
            var       dec = x.CreateKey(30);

            return(View());
        }
コード例 #2
0
ファイル: AccountController.cs プロジェクト: nathnael/cats
        /// <summary>
        /// Shows Logs the form.
        /// </summary>
        /// <returns></returns>

        public ActionResult LogOn()
        {
            ViewBag.HasError = false;
            CryptoGen x   = new CryptoGen();
            var       val = x.CreateKey(30);
            var       dec = x.CreateKey(30);

            return(View());
        }