PassportAuthenticationModule 類別

定義

警告

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

提供護照驗證服務的包裝功能。 此類別無法獲得繼承。 這個類別已被取代。

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 取代。

建構函式

名稱 Description
PassportAuthenticationModule()
已淘汰.

建立一個新的類別實例 PassportAuthenticationModule 。 這個類別已被取代。

方法

名稱 Description
Dispose()
已淘汰.

當 被 呼叫IHttpModule時,處置了從 衍生出HttpRuntime的模。 這個類別已被取代。

Equals(Object)
已淘汰.

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

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
Init(HttpApplication)
已淘汰.

當被 IHttpModule呼叫時,初始化由 導出的HttpRuntime模。 這個類別已被取代。

MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

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

(繼承來源 Object)

事件

名稱 Description
Authenticate
已淘汰.

在鑑定過程中被提出。 這是一個必須命名 PassportAuthentication_OnAuthenticate為 的 Global.asax 事件。 這個類別已被取代。

適用於