PassportAuthenticationEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.
由 Authenticate 传递到 PassportAuthenticationModule 事件的事件参数。 由于此处已存在一个标识,因此这主要用于使用已提供的标识将自定义 IPrincipal 对象附加到上下文。 此类已弃用。
public ref class PassportAuthenticationEventArgs sealed : EventArgs
public sealed class PassportAuthenticationEventArgs : EventArgs
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public sealed class PassportAuthenticationEventArgs : EventArgs
type PassportAuthenticationEventArgs = class
inherit EventArgs
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportAuthenticationEventArgs = class
inherit EventArgs
Public NotInheritable Class PassportAuthenticationEventArgs
Inherits EventArgs
- 继承
- 属性
注解
此类已弃用,不再受支持。 Microsoft Passport 网络已替换为 Windows Live ID。
构造函数
PassportAuthenticationEventArgs(PassportIdentity, HttpContext) |
已过时.
初始化 PassportAuthenticationEventArgs 类的新实例。 此类已弃用。 |
属性
Context |
已过时.
为当前 HTTP 请求获取 HttpContext 对象。 此类已弃用。 |
Identity |
已过时.
获取经过身份验证的 Passport 标识。 此类已弃用。 |
User |
已过时.
获取或设置要与请求关联的 IPrincipal 对象。 此类已弃用。 |
方法
Equals(Object) |
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
已过时.
作为默认哈希函数。 (继承自 Object) |
GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
已过时.
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
已过时.
返回表示当前对象的字符串。 (继承自 Object) |