Udostępnij za pośrednictwem


PassportAuthenticationEventHandler Delegat

Definicja

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.

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.

Dotyczy