PassportAuthenticationEventHandler Delegar

Definição

Cuidado

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

Representa o método que manipula o evento PassportAuthentication_OnAuthenticate de um PassportAuthenticationModule. Essa classe foi preterida.

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

O objeto que gerencie o evento.

e
PassportAuthenticationEventArgs

Um objeto de PassportAuthenticationEventArgs que contém os dados do evento.

Atributos

Comentários

Essa classe foi preterida e não tem mais suporte. O Microsoft Passport Network foi substituído pelo Windows Live ID.

Métodos de Extensão

GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.

Aplica-se a