WindowsAuthenticationEventArgs(WindowsIdentity, HttpContext) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 WindowsAuthenticationEventArgs 類別的新建立執行個體。
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)
參數
- identity
- WindowsIdentity
Windows 識別物件。
- context
- HttpContext
事件的內容。
備註
會WindowsAuthenticationModule使用 IIS 所提供的 Windows 身分識別和目前的 HttpContext 建構 WindowsAuthenticationEventArgs 物件,並將它傳遞至WindowsAuthentication_OnAuthenticate事件。