Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As WSFederationAuthenticationModule
Dim handler As EventHandler

AddHandler instance.SignedOut, handler

Syntax

Visual Basic
Public Event SignedOut As EventHandler
C#
public event EventHandler SignedOut
C++
public:
event EventHandler^ SignedOut {
		void add (EventHandler^ value);
		void remove (EventHandler^ value);
}
J#
/** @event */
public void add_SignedOut (EventHandler value)

/** @event */
public void remove_SignedOut (EventHandler value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also