Share via


WSFederationAuthenticationModule.OnSigningOut(SigningOutEventArgs) 方法

定義

引發 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) 方法呼叫 。

適用於

另請參閱