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 に置き換えられました。

適用対象