共用方式為


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 呼叫時,處置 (Dispose) 衍生自 HttpRuntime 的模組。 這個類別已被取代。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
Init(HttpApplication)

IHttpModule 呼叫時,初始化衍生自 HttpRuntime 的模組。 這個類別已被取代。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

事件

Authenticate

在驗證期間引發。 這是必須命名為 PassportAuthentication_OnAuthenticate 的 Global.asax 事件。 這個類別已被取代。

適用於