PassportAuthenticationEventHandler Délégué

Définition

Attention

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

Représente la méthode qui gère l’événement PassportAuthentication_OnAuthenticate de PassportAuthenticationModule. Cette classe est déconseillée.

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)

Paramètres

sender
Object

Objet ayant déclenché l'événement.

e
PassportAuthenticationEventArgs

Objet PassportAuthenticationEventArgs qui contient les données d'événement.

Attributs

Remarques

Cette classe a été déconseillée et n’est plus prise en charge. Microsoft Passport Network a été remplacé par Windows Live ID.

Méthodes d’extension

GetMethodInfo(Delegate)

Obtient un objet qui représente la méthode représentée par le délégué spécifié.

S’applique à