| |||||
Creating a Forms Authentication TicketASP.NET Web Application Security ASP.NET Authentication Forms Authentication The authentication ticket is a linear representation of the FormsAuthenticationTicket class suitable for encoding as an HTTP form or query string. To create an authentication ticket form from a FormsAuthenticationTicket class
When the form is validated, the FormsAuthenticationModule takes the form's data, appends the site encryption key, and produces a hash. The resulting hash is compared to the hash in the form itself. If they match, the form is considered valid. |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme