WSFederationAuthenticationModule.OnPostAuthenticateRequest 메서드

정의

ASP.NET 파이프라인에서 이벤트를 처리합니다 PostAuthenticateRequest .

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

이벤트 데이터입니다.

설명

기본적으로 빈 처리기입니다.

적용 대상