System.Web.Security.PassportAuthenticationModule Members

The members of System.Web.Security.PassportAuthenticationModule are listed below.

See Also: Inherited members from System.Object

Public Constructors

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

Public Methods

Dispose()

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

Init(System.Web.HttpApplication)

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

Public Events

Authenticate

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