PassportAuthenticationEventArgs クラス

定義

注意事項

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

Authenticate によって PassportAuthenticationModule イベントに渡されるイベント引数。 この時点では既に ID が存在しているため、このイベント引数は主としてその指定された ID を使用してカスタムの IPrincipal オブジェクトをコンテキストに結び付ける場合に役立ちます。 このクラスは非推奨とされます。

public ref class PassportAuthenticationEventArgs sealed : EventArgs
public sealed class PassportAuthenticationEventArgs : EventArgs
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public sealed class PassportAuthenticationEventArgs : EventArgs
type PassportAuthenticationEventArgs = class
    inherit EventArgs
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportAuthenticationEventArgs = class
    inherit EventArgs
Public NotInheritable Class PassportAuthenticationEventArgs
Inherits EventArgs
継承
PassportAuthenticationEventArgs
属性

注釈

このクラスは非推奨となり、サポートされなくなりました。 Microsoft Passport Network は Windows Live ID に置き換えられました。

コンストラクター

PassportAuthenticationEventArgs(PassportIdentity, HttpContext)
古い.

PassportAuthenticationEventArgs クラスの新しいインスタンスを初期化します。 このクラスは非推奨とされます。

プロパティ

Context
古い.

現在の HTTP 要求に対する HttpContext オブジェクトを取得します。 このクラスは非推奨とされます。

Identity
古い.

認証された Passport ID を取得します。 このクラスは非推奨とされます。

User
古い.

要求に関連付ける IPrincipal オブジェクトを取得または設定します。 このクラスは非推奨とされます。

メソッド

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象