WSFederationAuthenticationModule.OnSignOutError(ErrorEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发 SignOutError 事件。
protected:
virtual void OnSignOutError(System::IdentityModel::Services::ErrorEventArgs ^ args);
protected virtual void OnSignOutError (System.IdentityModel.Services.ErrorEventArgs args);
abstract member OnSignOutError : System.IdentityModel.Services.ErrorEventArgs -> unit
override this.OnSignOutError : System.IdentityModel.Services.ErrorEventArgs -> unit
Protected Overridable Sub OnSignOutError (args As ErrorEventArgs)
参数
- args
- ErrorEventArgs
事件的数据。
注解
如果在处理过程中发生异常, WSFederationAuthenticationModule.SignOut(Boolean) 请从 方法调用 。