Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DefaultAuthenticationEventHandler.cs « System.Web.Security « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b9ab56cd79f7f5c3407a244d1fb75c2ce6ec582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// System.Web.Security.DefaultAuthenticationEventHandler
//
// Authors:
//	Gonzalo Paniagua Javier (gonzalo@ximian.com)
//
// (C) 2002 Ximian, Inc (http://www.ximian.com)
//

namespace System.Web.Security
{
	public delegate void DefaultAuthenticationEventHandler (object sender,
								DefaultAuthenticationEventArgs e);
}