PassportAuthenticationEventHandler Delegera

Definition

Varning

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

Representerar den metod som hanterar PassportAuthentication_OnAuthenticate händelsen för en PassportAuthenticationModule. Den här klassen är inaktuell.

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)

Parametrar

sender
Object

Objektet som skapade händelsen.

e
PassportAuthenticationEventArgs

Ett PassportAuthenticationEventArgs objekt som innehåller händelsedata.

Attribut

Kommentarer

Den här klassen har blivit inaktuell och stöds inte längre. Microsoft Passport Network ersattes av Windows live-ID.

Tilläggsmetoder

Name Description
GetMethodInfo(Delegate)
Föråldrad.

Hämtar ett objekt som representerar den metod som representeras av det angivna ombudet.

Gäller för