WSFederationAuthenticationModule.OnSigningOut(SigningOutEventArgs) 方法
定义
引发 SigningOut 事件。Raises the SigningOut event.
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
事件的数据。The data for the event.
注解
在 WSFederationAuthenticationModule.SignOut(Boolean) 删除会话之前从方法调用。Called from the WSFederationAuthenticationModule.SignOut(Boolean) method just before the session is deleted.