PassportAuthenticationEventHandler 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.
PassportAuthenticationModule의 PassportAuthentication_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
이벤트를 발생시킨 개체입니다.
이벤트 데이터를 포함하는 PassportAuthenticationEventArgs 개체입니다.
- 특성
설명
이 클래스는 않으며는 지원 되지 않습니다. Microsoft Passport Network가 Windows Live ID로 대체되었습니다.
확장 메서드
GetMethodInfo(Delegate) |
지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다. |