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 수행하기 위해 메서드에서 호출됩니다. 세션 쿠키가 삭제되기 전에 호출됩니다.

적용 대상