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