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