// // System.Web.Security.PassportAuthenticationEventHandler // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2002 Ximian, Inc (http://www.ximian.com) // namespace System.Web.Security { public delegate void PassportAuthenticationEventHandler (object sender, PassportAuthenticationEventArgs e); }