WSFederationAuthenticationModule.OnSigningOut(SigningOutEventArgs) 메서드

정의

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

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

매개 변수

args
SigningOutEventArgs

이벤트 데이터입니다.

설명

세션이 WSFederationAuthenticationModule.SignOut(Boolean) 삭제되기 직전에 메서드에서 호출됩니다.

적용 대상

추가 정보