HttpApplication.PostAuthenticateRequest イベント

定義

セキュリティ モジュールがユーザーの ID を確立したときに発生します。

public:
 event EventHandler ^ PostAuthenticateRequest;
public event EventHandler PostAuthenticateRequest;
member this.PostAuthenticateRequest : EventHandler 
Public Custom Event PostAuthenticateRequest As EventHandler 

イベントの種類

注釈

PostAuthenticateRequest イベントは、AuthenticateRequest イベントが発生した後に発生します。 PostAuthenticateRequest イベントをサブスクライブする機能は、PostAuthenticateRequestによって処理されるすべてのデータにアクセスできます。

イベントの処理方法の詳細については、「イベントの 処理と発生」を参照してください。

適用対象

こちらもご覧ください