PassportAuthenticationEventHandler Delegado

Definición

Precaución

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

Representa el método que controla el evento PassportAuthentication_OnAuthenticate de PassportAuthenticationModule. Esta clase está en desuso.

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)

Parámetros

sender
Object

El objeto que ha generado el evento.

e
PassportAuthenticationEventArgs

Objeto PassportAuthenticationEventArgs que contiene los datos del evento.

Atributos

Comentarios

Esta clase ha quedado en desuso y ya no se admite. Microsoft Passport Network se reemplazó por Windows Live ID.

Métodos de extensión

GetMethodInfo(Delegate)

Obtiene un objeto que representa el método representado por el delegado especificado.

Se aplica a