System.Web.Security Namespace PassportAuthenticationModule Class
Raised during authentication. This is a Global.asax event that must be named PassportAuthentication_OnAuthenticate.
PassportAuthentication_OnAuthenticate
[ VB ] Public Event Authenticate As PassportAuthenticationEventHandler [ C# ] public event PassportAuthenticationEventHandler Authenticate; [ C++ ] public: __event PassportAuthenticationEventHandler* Authenticate;
In [ JScript ], you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type PassportAuthenticationEventArgs containing data related to this event. The following PassportAuthenticationEventArgs properties provide information specific to this event.
Advanced users use this event to attach a custom IPrincipal object to the context.
For more information about handling events, see Web Forms Events Model.
PassportAuthenticationModule Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph