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)

적용 대상