PassportAuthenticationEventHandler Делегат

Определение

Внимание!

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

Представляет метод, обрабатывающий событие PassportAuthentication_OnAuthenticatePassportAuthenticationModule. Этот класс устарел.

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)

Параметры

sender
Object

Объект, вызвавший событие.

e
PassportAuthenticationEventArgs

Объект PassportAuthenticationEventArgs, содержащий данные события.

Атрибуты

Комментарии

Этот класс устарел и больше не поддерживается. Microsoft Passport Network был заменен Windows Live ID.

Методы расширения

GetMethodInfo(Delegate)

Получает объект, представляющий метод, представленный указанным делегатом.

Применяется к