PassportAuthenticationEventArgs.User Property
.NET Framework 2.0
Gets or sets the IPrincipal object to be associated with the request.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The user object should be attached to the context. If User is non a null reference (Nothing in Visual Basic) and User is a null reference (Nothing in Visual Basic), the PassportAuthenticationModule will initialize User with User.
At the time the PassportAuthentication_OnAuthenticate event is fired, this will be a null reference (Nothing in Visual Basic). The application handling the event should attach an appropriate User to the context, or to User.
Community Additions
ADD
Show: