다음을 통해 공유


WSFederationAuthenticationModule.SignedOut 이벤트

정의

로그아웃 도중 세션을 삭제한 바로 다음에 발생합니다.

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

이벤트 유형

설명

이 이벤트는 RP(신뢰 당사자)에서 세션에서 로그아웃하는 동안 메서드 내부에서 WSFederationAuthenticationModule.SignOut(Boolean) 메서드를 호출 OnSignedOut 하여 발생합니다. 메서드를 통해 FederatedSignOut 페더레이션 로그아웃을 수행할 때 이벤트가 발생하지 않습니다.

세션 쿠키를 삭제 한 후 애플리케이션에 필요한 추가 처리 하는 작업은 수행 하는 이벤트 처리기를 추가할 수 있습니다.

이 이벤트는 모든 세션에 대해 호출 되는 보장 되지 않습니다. 예를 들어 클라이언트 쪽에서 쿠키를 삭제할 수 있으므로 이 이벤트는 발생하지 않습니다.

적용 대상