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);
C#
public delegate void PassportAuthenticationEventHandler(object sender, PassportAuthenticationEventArgs e);
C#
[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。
Get |
获取指示指定委托表示的方法的对象。 |
产品 | 版本 (已过时) |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5 (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8) |