This documentation is archived and is not being maintained.

FormsAuthenticationEventArgs Constructor

Initializes a new instance of the FormsAuthenticationEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal context As HttpContext _
)
[C#]
public FormsAuthenticationEventArgs(
   HttpContext context
);
[C++]
public: FormsAuthenticationEventArgs(
   HttpContext* context
);
[JScript]
public function FormsAuthenticationEventArgs(
   context : HttpContext
);

Parameters

context
The context for the event.

Remarks

The following table shows initial property values for an instance of FormsAuthenticationEventArgs.

Property Initial Value
Context null
User null

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

FormsAuthenticationEventArgs Class | FormsAuthenticationEventArgs Members | System.Web.Security Namespace

Show: