为当前用户添加验证信息
System.Web.Security.FormsAuthentication.SetAuthCookie("administrator", true);
获取验证信息
this.User.Identity.Name
this.User.Identity.IsAuthenticated //判断是否验证过了。