PassportAuthenticationEventArgs(PassportIdentity, HttpContext) Конструктор

Определение

Инициализирует новый экземпляр класса PassportAuthenticationEventArgs. Этот класс устарел.

public:
 PassportAuthenticationEventArgs(System::Web::Security::PassportIdentity ^ identity, System::Web::HttpContext ^ context);
public PassportAuthenticationEventArgs (System.Web.Security.PassportIdentity identity, System.Web.HttpContext context);
new System.Web.Security.PassportAuthenticationEventArgs : System.Web.Security.PassportIdentity * System.Web.HttpContext -> System.Web.Security.PassportAuthenticationEventArgs
Public Sub New (identity As PassportIdentity, context As HttpContext)

Параметры

identity
PassportIdentity

Объект идентификатора.

context
HttpContext

Контекст события.

Комментарии

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

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

См. также раздел