SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 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)
參數
活動的數據。
備註
此方法由該方法調用 SignOut 以執行登出。它會在會話 Cookie 刪除之前被喚用。