This documentation is archived and is not being maintained.
PassportAuthenticationEventArgs Constructor
.NET Framework 1.1
Initializes a new instance of the PassportAuthenticationEventArgs class.
[Visual Basic] Public Sub New( _ ByVal identity As PassportIdentity, _ ByVal context As HttpContext _ ) [C#] public PassportAuthenticationEventArgs( PassportIdentity identity, HttpContext context ); [C++] public: PassportAuthenticationEventArgs( PassportIdentity* identity, HttpContext* context ); [JScript] public function PassportAuthenticationEventArgs( identity : PassportIdentity, context : HttpContext );
Parameters
- identity
- The identity object
- context
- The context for the event.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PassportAuthenticationEventArgs Class | PassportAuthenticationEventArgs Members | System.Web.Security Namespace
Show: