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

引发事件的对象。

属性

注解

此类已被弃用,不再受支持。 Microsoft Passport Network 已替换为 Windows Live ID。

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于