PassportAuthenticationEventHandler 代理人

定義

注意事項

This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.

PassportAuthenticationModulePassportAuthentication_OnAuthenticate イベントを処理するメソッドを表します。 このクラスは非推奨とされます。

public delegate void PassportAuthenticationEventHandler(System::Object ^ sender, PassportAuthenticationEventArgs ^ e);
public delegate void PassportAuthenticationEventHandler(object sender, PassportAuthenticationEventArgs e);
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public delegate void PassportAuthenticationEventHandler(object sender, PassportAuthenticationEventArgs e);
type PassportAuthenticationEventHandler = delegate of obj * PassportAuthenticationEventArgs -> unit
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportAuthenticationEventHandler = delegate of obj * PassportAuthenticationEventArgs -> unit
Public Delegate Sub PassportAuthenticationEventHandler(sender As Object, e As PassportAuthenticationEventArgs)

パラメーター

sender
Object

イベントを発生させたオブジェクト。

e
PassportAuthenticationEventArgs

イベント データを含んでいる PassportAuthenticationEventArgs オブジェクト。

属性

注釈

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

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象