다음을 통해 공유


SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) 메서드

정의

SigningOut 이벤트를 발생시킵니다.

protected:
 virtual void OnSigningOut(System::IdentityModel::Services::SigningOutEventArgs ^ e);
protected virtual void OnSigningOut (System.IdentityModel.Services.SigningOutEventArgs e);
abstract member OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
override this.OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
Protected Overridable Sub OnSigningOut (e As SigningOutEventArgs)

매개 변수

e
SigningOutEventArgs

이벤트 데이터입니다.

설명

이 메서드가 호출 되는 SignOut 로그 아웃을 수행 하는 방법입니다. 세션 쿠키를 삭제 하기 전에 호출 됩니다.

적용 대상