PassportAuthenticationModule Class

Definition

Caution

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

Provides a wrapper around Passport Authentication services. This class cannot be inherited. This class is deprecated.

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
Inheritance
PassportAuthenticationModule
Attributes
Implements

Remarks

This class has been deprecated and is no longer supported. Microsoft Passport Network was replaced by Windows Live ID.

Constructors

PassportAuthenticationModule()

Creates a new instance of the PassportAuthenticationModule class. This class is deprecated.

Methods

Dispose()

Disposes of the module derived from IHttpModule when called by the HttpRuntime. This class is deprecated.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
Init(HttpApplication)

Initializes the module derived from IHttpModule when called by the HttpRuntime. This class is deprecated.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Events

Authenticate

Raised during authentication. This is a Global.asax event that must be named PassportAuthentication_OnAuthenticate. This class is deprecated.

Applies to