| 12345678910111213141516 |
- /**
- * Namespace: System.Web.Security
- *
- * Author: Gaurav Vaish
- * Maintainer: [email protected]
- * Contact: <[email protected]>, <[email protected]>
- * Implementation: yes
- * Status: 100%
- *
- * (C) Gaurav Vaish (2002)
- */
- namespace System.Web.Security
- {
- public delegate void DefaultAuthenticationEventHandler(object sender, DefaultAuthenticationEventArgs e);
- }
|