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) 方法调用 。

适用于

另请参阅