PassportAuthenticationEventHandler Delegat
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.
Reprezentuje metodę, która obsługuje PassportAuthentication_OnAuthenticate
zdarzenie klasy PassportAuthenticationModule. Ta klasa jest przestarzała.
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)
Parametry
- sender
- Object
Obiekt, który wzbudził zdarzenie.
PassportAuthenticationEventArgs Obiekt zawierający dane zdarzenia.
- Atrybuty
Uwagi
Ta klasa została przestarzała i nie jest już obsługiwana. Usługa Microsoft Passport Network została zastąpiona przez Windows Live ID.
Metody rozszerzania
GetMethodInfo(Delegate) |
Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata. |