PassportAuthenticationEventHandler Delegát

Definice

Upozornění

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

Představuje metodu PassportAuthentication_OnAuthenticate , která zpracovává událost objektu PassportAuthenticationModule. Tato třída je zastaralá.

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

Objekt, který vyvolal událost.

e
PassportAuthenticationEventArgs

Objekt PassportAuthenticationEventArgs , který obsahuje data události.

Atributy

Poznámky

Tato třída je zastaralá a již není podporována. Služba Microsoft Passport Network byla nahrazena Windows Live ID.

Metody rozšíření

GetMethodInfo(Delegate)

Získá objekt, který představuje metodu reprezentovanou zadaným delegátem.

Platí pro