WSFederationAuthenticationModule.SignOutError Event

Definition

Raised when an error occurs during sign-out.

C#
public event EventHandler<System.IdentityModel.Services.ErrorEventArgs> SignOutError;

Event Type

Remarks

This event is raised through a call to the OnSignOutError method from inside the WSFederationAuthenticationModule.SignOut(Boolean) method while signing out of the session at the relying party (RP). The event is not raised when doing federated sign-out through the FederatedSignOut method.

The SignOutError event is a cancellable event. You can set the Cancel property in an event handler to prevent the exception that caused the error from being returned to the initiator of the sign-out.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1