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 网络已替换为 Windows Live ID。

构造函数

名称 说明
PassportAuthenticationModule()
已过时.

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

方法

名称 说明
Dispose()
已过时.

释放由 调用时派生 IHttpModuleHttpRuntime模块。 此类已弃用。

Equals(Object)
已过时.

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

(继承自 Object)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
Init(HttpApplication)
已过时.

初始化由 调用时派生 IHttpModuleHttpRuntime模块。 此类已弃用。

MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
ToString()
已过时.

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

(继承自 Object)

活动

名称 说明
Authenticate
已过时.

在身份验证期间引发。 这是必须命名 PassportAuthentication_OnAuthenticate的 Global.asax 事件。 此类已弃用。

适用于