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