WindowsAuthenticationEventArgs コンストラクタ
WindowsAuthenticationEventArgs クラスの新しく作成されたインスタンスを初期化します。
Public Sub New( _
ByVal identity As WindowsIdentity, _ ByVal context As HttpContext _)
[C#]
public WindowsAuthenticationEventArgs(
WindowsIdentityidentity,HttpContextcontext);
[C++]
public: WindowsAuthenticationEventArgs(
WindowsIdentity* identity,HttpContext* context);
[JScript]
public function WindowsAuthenticationEventArgs(
identity : WindowsIdentity,context : HttpContext);
パラメータ
- identity
Windows の ID オブジェクト。 - context
イベントのコンテキスト。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ
参照
WindowsAuthenticationEventArgs クラス | WindowsAuthenticationEventArgs メンバ | System.Web.Security 名前空間