2002-03-05 Gaurav Vaish <gvaish@iitk.ac.in>
[mono.git] / mcs / class / System.Web / System.Web.Security / WindowsAuthenticationEventHandler.cs
diff --git a/mcs/class/System.Web/System.Web.Security/WindowsAuthenticationEventHandler.cs b/mcs/class/System.Web/System.Web.Security/WindowsAuthenticationEventHandler.cs
new file mode 100644 (file)
index 0000000..ffdb90e
--- /dev/null
@@ -0,0 +1,16 @@
+/**
+ * Namespace: System.Web.UI.Security
+ *
+ * Author: Gaurav Vaish
+ * Maintainer: gvaish@iitk.ac.in
+ * Contact:  <my_scripts2001@yahoo.com>, <gvaish@iitk.ac.in>
+ * Implementation: yes
+ * Status: 100%
+ *
+ * (C) Gaurav Vaish (2002)
+ */
+
+namespace System.Web.UI.Security
+{
+       public delegate void WindowsAuthenticationEventHandler(object sender, WindowsAuthenticationEventArgs e);
+}
\ No newline at end of file