PassportAuthenticationModule Класс

Определение

Внимание!

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

Предоставляет оболочку для служб проверки подлинности пароля. Этот класс не наследуется. Этот класс устарел.

public ref class PassportAuthenticationModule sealed : System::Web::IHttpModule
public sealed class PassportAuthenticationModule : System.Web.IHttpModule
[System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
public sealed class PassportAuthenticationModule : System.Web.IHttpModule
type PassportAuthenticationModule = class
    interface IHttpModule
[<System.Obsolete("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")>]
type PassportAuthenticationModule = class
    interface IHttpModule
Public NotInheritable Class PassportAuthenticationModule
Implements IHttpModule
Наследование
PassportAuthenticationModule
Атрибуты
Реализации

Комментарии

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

Конструкторы

PassportAuthenticationModule()

Создает новый экземпляр класса PassportAuthenticationModule. Этот класс устарел.

Методы

Dispose()

Удаляет модуль, производный от IHttpModule, при вызове из HttpRuntime. Этот класс устарел.

Equals(Object)

Определяет, равен ли указанный объект текущему объекту.

(Унаследовано от Object)
GetHashCode()

Служит хэш-функцией по умолчанию.

(Унаследовано от Object)
GetType()

Возвращает объект Type для текущего экземпляра.

(Унаследовано от Object)
Init(HttpApplication)

Инициализирует модуль, производный от IHttpModule, при вызове из HttpRuntime. Этот класс устарел.

MemberwiseClone()

Создает неполную копию текущего объекта Object.

(Унаследовано от Object)
ToString()

Возвращает строку, представляющую текущий объект.

(Унаследовано от Object)

События

Authenticate

Возникает во время проверки подлинности. Это событие Global.asax, которому должно быть присвоено имя PassportAuthentication_OnAuthenticate. Этот класс устарел.

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