PassportAuthenticationModule.Authenticate イベント

定義

認証中に発生します。 これは、PassportAuthentication_OnAuthenticate という名前の Global.asax イベントです。 このクラスは非推奨とされます。

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 

イベントの種類

注釈

このクラスは非推奨となり、サポートされなくなりました。 Microsoft Passport Network は Windows Live ID に置き換えられました。

適用対象