WSFederationAuthenticationModule.OnSignOutError(ErrorEventArgs) Method

Definition

Raises the SignOutError event.

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)

Parameters

args
ErrorEventArgs

The data for the event.

Remarks

Called from the WSFederationAuthenticationModule.SignOut(Boolean) method if an exception occurs during processing.

Applies to

See also