PassportAuthenticationEventArgs Class
The event argument passed to the Authenticate event by a PassportAuthenticationModule. Since there is already an identity at this point, this is useful mainly for attaching a custom IPrincipal object to the context using the supplied identity.
For a list of all members of this type, see PassportAuthenticationEventArgs Members.
System.Object
System.EventArgs
System.Web.Security.PassportAuthenticationEventArgs
[Visual Basic] NotInheritable Public Class PassportAuthenticationEventArgs Inherits EventArgs [C#] public sealed class PassportAuthenticationEventArgs : EventArgs [C++] public __gc __sealed class PassportAuthenticationEventArgs : public EventArgs [JScript] public class PassportAuthenticationEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about handling events, see Consuming Events.
Requirements
Namespace: System.Web.Security
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
PassportAuthenticationEventArgs Members | System.Web.Security Namespace