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처리되는 모든 데이터에 액세스할 수 있습니다.

이벤트를 처리하는 방법에 대한 자세한 내용은 이벤트 처리 및 발생을 참조하세요.

적용 대상

추가 정보