PassportAuthenticationModule 类

定义

注意

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

提供围绕 Passport 身份验证服务的包装。 此类不能被继承。 此类已弃用。

public ref class PassportAuthenticationModule sealed : System::Web::IHttpModule
public sealed class PassportAuthenticationModule : System.Web.IHttpModule
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public sealed class PassportAuthenticationModule : System.Web.IHttpModule
type PassportAuthenticationModule = class
    interface IHttpModule
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportAuthenticationModule = class
    interface IHttpModule
Public NotInheritable Class PassportAuthenticationModule
Implements IHttpModule
继承
PassportAuthenticationModule
属性
实现

注解

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

构造函数

PassportAuthenticationModule()

创建 PassportAuthenticationModule 类的新实例。 此类已弃用。

方法

Dispose()

处置在由 IHttpModule 调用时从 HttpRuntime 导出的模块。 此类已弃用。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Init(HttpApplication)

当由 IHttpModule 调用时,初始化从 HttpRuntime 派生的模块。 此类已弃用。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

事件

Authenticate

在身份验证过程中引发。 这是一个 Global.asax 事件,必须将其命名为 PassportAuthentication_OnAuthenticate。 此类已弃用。

适用于