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 以執行登出。它會在會話 Cookie 刪除之前被喚用。

適用於