2002-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.Security / WindowsAuthenticationEventHandler.cs
1 //
2 // System.Web.Security.WindowsAuthenticationEventHandler
3 //
4 // Authors:
5 //      Gonzalo Paniagua Javier (gonzalo@ximian.com)
6 //
7 // (C) 2002 Ximian, Inc (http://www.ximian.com)
8 //
9
10 namespace System.Web.Security
11 {
12         public delegate void WindowsAuthenticationEventHandler (object sender,
13                                                                 WindowsAuthenticationEventArgs e);
14 }
15