PassportAuthenticationModule.Authenticate Event
.NET Framework 3.0
Raised during authentication. This is a Global.asax event that must be named PassportAuthentication_OnAuthenticate.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event PassportAuthenticationEventHandler^ Authenticate { void add (PassportAuthenticationEventHandler^ value); void remove (PassportAuthenticationEventHandler^ value); }
/** @event */ public void add_Authenticate (PassportAuthenticationEventHandler value) /** @event */ public void remove_Authenticate (PassportAuthenticationEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
Advanced users use this event to attach a custom IPrincipal object to the context.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: