Share via


SessionAuthenticationModule.OnPostAuthenticateRequest メソッド

定義

PostAuthenticateRequest ASP.NET パイプラインからイベントを処理します。

protected:
 virtual void OnPostAuthenticateRequest(System::Object ^ sender, EventArgs ^ e);
protected virtual void OnPostAuthenticateRequest (object sender, EventArgs e);
abstract member OnPostAuthenticateRequest : obj * EventArgs -> unit
override this.OnPostAuthenticateRequest : obj * EventArgs -> unit
Protected Overridable Sub OnPostAuthenticateRequest (sender As Object, e As EventArgs)

パラメーター

sender
Object

イベントのソース。 これは HttpApplication オブジェクトです。

e
EventArgs

イベントのデータ。

注釈

既定の実装では、空のままです。

OnPostAuthenticateRequestハンドラーは、 メソッドの イベントのHttpApplication.PostAuthenticateRequestハンドラーにInitializeModule追加されます。

適用対象