This topic has not yet been rated - Rate this topic

WSFederationAuthenticationModule.SignedOut Event

.NET Framework 4.5

Occurs just after deleting the session during sign-out.

Namespace:  System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public event EventHandler SignedOut

This event is raised through a call to the OnSignedOut 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.

You can add an event handler to perform any additional processing that is needed by your application after the session cookie has been deleted.

This event is not guaranteed to be called for every session. Cookies may be deleted at the client side, for example, so this event would never be raised.

.NET Framework

Supported in: 4.5

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.