Ejemplo n.º 1
0
        /// <summary>
        /// Refreshes the current identity by fetching a fresh identity and saving it to the autnehtication cookie.
        /// </summary>
        public virtual void Refresh()
        {
            var service = new IdentityService();

            service.CreateFormsAuthenticationTicket(this.CustomerID);
        }