Share via


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 之前,會先叫用它。

適用於