FormsAuthenticationEventArgs-Konstruktor
Initialisiert eine neue Instanz der FormsAuthenticationEventArgs-Klasse.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Syntax
'Declaration
Public Sub New ( _
context As HttpContext _
)
'Usage
Dim context As HttpContext
Dim instance As New FormsAuthenticationEventArgs(context)
public FormsAuthenticationEventArgs (
HttpContext context
)
public:
FormsAuthenticationEventArgs (
HttpContext^ context
)
public FormsAuthenticationEventArgs (
HttpContext context
)
public function FormsAuthenticationEventArgs (
context : HttpContext
)
Parameter
- context
Der Kontext für das Ereignis.
Hinweise
FormsAuthenticationModule erstellt mit dem angegebenen context als Wert für die Context-Eigenschaft ein FormsAuthenticationEventArgs-Objekt. Anschließend übergibt es das FormsAuthenticationEventArgs-Objekt an das FormsAuthentication_OnAuthenticate-Ereignis.
Plattformen
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
FormsAuthenticationEventArgs-Klasse
FormsAuthenticationEventArgs-Member
System.Web.Security-Namespace