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)

events

Authenticate

認証中に発生します。 これは、PassportAuthentication_OnAuthenticate という名前の Global.asax イベントです。 このクラスは非推奨とされます。

適用対象