Freigeben über


WindowsAuthenticationEventArgs(WindowsIdentity, HttpContext) Konstruktor

Definition

Initialisiert eine neu erstellte Instanz der WindowsAuthenticationEventArgs-Klasse.

public:
 WindowsAuthenticationEventArgs(System::Security::Principal::WindowsIdentity ^ identity, System::Web::HttpContext ^ context);
public WindowsAuthenticationEventArgs (System.Security.Principal.WindowsIdentity identity, System.Web.HttpContext context);
new System.Web.Security.WindowsAuthenticationEventArgs : System.Security.Principal.WindowsIdentity * System.Web.HttpContext -> System.Web.Security.WindowsAuthenticationEventArgs
Public Sub New (identity As WindowsIdentity, context As HttpContext)

Parameter

identity
WindowsIdentity

Das Windows-Identitätsobjekt.

context
HttpContext

Der Kontext für das Ereignis.

Hinweise

Der WindowsAuthenticationModule erstellt ein WindowsAuthenticationEventArgs Objekt unter Verwendung der von IIS bereitgestellten Windows-Identität und der aktuellen HttpContext und übergibt es an das WindowsAuthentication_OnAuthenticate-Ereignis .

Gilt für:

Weitere Informationen