PassportAuthenticationEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.
表示处理 PassportAuthenticationModule 的 PassportAuthentication_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) |
获取指示指定委托表示的方法的对象。 |