Condividi tramite


PassportAuthenticationEventHandler Delegato

Definizione

Attenzione

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

Rappresenta il metodo che gestisce l'evento PassportAuthentication_OnAuthenticate di un oggetto PassportAuthenticationModule. Questa classe è deprecata.

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)

Parametri

sender
Object

Oggetto che ha generato l'evento.

e
PassportAuthenticationEventArgs

Oggetto PassportAuthenticationEventArgs contenente i dati dell'evento.

Attributi

Commenti

Questa classe è stata deprecata e non è più supportata. Microsoft Passport Network è stato sostituito da Windows Live ID.

Metodi di estensione

GetMethodInfo(Delegate)

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

Si applica a