PassportAuthenticationEventHandler Delegar

Definição

Atenção

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

Representa o método que gere o PassportAuthentication_OnAuthenticate evento de um PassportAuthenticationModule. Esta disciplina está obsoleta.

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 levantou o evento.

e
PassportAuthenticationEventArgs

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

Atributos

Observações

Esta classe foi descontinuada e já não é suportada. A Microsoft Passport Network foi substituída pelo Windows Live ID.

Métodos da Extensão

Name Description
GetMethodInfo(Delegate)
Obsoleto.

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

Aplica-se a