/// <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(); }
/// <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(); }