| 123456789101112131415 |
- //
- // System.Web.Security.WindowsAuthenticationEventHandler
- //
- // Authors:
- // Gonzalo Paniagua Javier ([email protected])
- //
- // (C) 2002 Ximian, Inc (http://www.ximian.com)
- //
- namespace System.Web.Security
- {
- public delegate void WindowsAuthenticationEventHandler (object sender,
- WindowsAuthenticationEventArgs e);
- }
|