WSFederationAuthenticationModule.OnSignOutError(ErrorEventArgs) 方法

定义

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

适用于

另请参阅