System.Web.Security Namespace FormsAuthentication Class
Creates an authentication ticket and attaches it to the cookie's collection of the outgoing response. It does not perform a redirect.
Creates an authentication ticket for the given userName and createPersistentCookie and attaches it to the cookie's collection of the outgoing response. It does not perform a redirect.
Creates an authentication ticket for the given userName, createPersistentCookie, and strCookiePath and attaches it to the cookie's collection of the outgoing response. It does not perform a redirect.
FormsAuthentication Members