PassportAuthenticationEventArgs(PassportIdentity, HttpContext) コンストラクター

定義

PassportAuthenticationEventArgs クラスの新しいインスタンスを初期化します。 このクラスは非推奨とされます。

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

パラメーター

identity
PassportIdentity

ID オブジェクト。

context
HttpContext

イベントのコンテキスト。

注釈

このクラスは非推奨となり、サポートされなくなりました。 Microsoft Passport Network が Windows Live ID に置き換えられました。

適用対象

こちらもご覧ください