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에서 파생되는 모듈을 Dispose(처리)합니다. 이 클래스는 사용되지 않습니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
Init(HttpApplication)

IHttpModule에서 호출할 때 HttpRuntime에서 파생되는 모듈을 초기화합니다. 이 클래스는 사용되지 않습니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

이벤트

Authenticate

인증받는 동안 발생합니다. 이것은 PassportAuthentication_OnAuthenticate로 명명해야 하는 Global.asax 이벤트입니다. 이 클래스는 사용되지 않습니다.

적용 대상