PassportAuthenticationModule.Authenticate Event

Definition

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

public:
 event System::Web::Security::PassportAuthenticationEventHandler ^ Authenticate;
public event System.Web.Security.PassportAuthenticationEventHandler Authenticate;
member this.Authenticate : System.Web.Security.PassportAuthenticationEventHandler 
Public Custom Event Authenticate As PassportAuthenticationEventHandler 

Event Type

Remarks

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

Applies to