SessionAuthenticationModule.OnSignedOut(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 SignedOut 事件。
protected:
virtual void OnSignedOut(EventArgs ^ e);
protected virtual void OnSignedOut (EventArgs e);
abstract member OnSignedOut : EventArgs -> unit
override this.OnSignedOut : EventArgs -> unit
Protected Overridable Sub OnSignedOut (e As EventArgs)
參數
事件的資料。
備註
執行註銷並刪除會話 Cookie 之後,就會從 SignOut 方法叫用這個方法。