PassportAuthenticationEventHandler 대리자

정의

주의

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

PassportAuthenticationModulePassportAuthentication_OnAuthenticate 이벤트를 처리하는 메서드를 나타냅니다. 이 클래스는 사용되지 않습니다.

public delegate void PassportAuthenticationEventHandler(System::Object ^ sender, PassportAuthenticationEventArgs ^ e);
public delegate void PassportAuthenticationEventHandler(object sender, PassportAuthenticationEventArgs e);
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public delegate void PassportAuthenticationEventHandler(object sender, PassportAuthenticationEventArgs e);
type PassportAuthenticationEventHandler = delegate of obj * PassportAuthenticationEventArgs -> unit
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportAuthenticationEventHandler = delegate of obj * PassportAuthenticationEventArgs -> unit
Public Delegate Sub PassportAuthenticationEventHandler(sender As Object, e As PassportAuthenticationEventArgs)

매개 변수

sender
Object

이벤트를 발생시킨 개체입니다.

e
PassportAuthenticationEventArgs

이벤트 데이터를 포함하는 PassportAuthenticationEventArgs 개체입니다.

특성

설명

이 클래스는 않으며는 지원 되지 않습니다. Microsoft Passport Network가 Windows Live ID로 대체되었습니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상