/** * Namespace: System.Web.Security * * Author: Gaurav Vaish * Maintainer: gvaish@iitk.ac.in * Contact: , * Implementation: yes * Status: 100% * * (C) Gaurav Vaish (2002) */ namespace System.Web.Security { public delegate void FormsAuthenticationEventHandler(object sender, FormsAuthenticationEventArgs e); }