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

Usage

Visual Basic
Dim instance As SessionAuthenticationModule
Dim handler As EventHandler(Of SessionSecurityTokenReceivedEventArgs)

AddHandler instance.SessionSecurityTokenReceived, handler

Syntax

Visual Basic
Public Event SessionSecurityTokenReceived As EventHandler(Of SessionSecurityTokenReceivedEventArgs)
C#
public event EventHandler<SessionSecurityTokenReceivedEventArgs> SessionSecurityTokenReceived
C++
public:
event EventHandler<SessionSecurityTokenReceivedEventArgs^>^ SessionSecurityTokenReceived {
		void add (EventHandler<SessionSecurityTokenReceivedEventArgs^>^ value);
		void remove (EventHandler<SessionSecurityTokenReceivedEventArgs^>^ value);
}
J#
/** @event */
public void add_SessionSecurityTokenReceived (EventHandler<SessionSecurityTokenReceivedEventArgs> value)

/** @event */
public void remove_SessionSecurityTokenReceived (EventHandler<SessionSecurityTokenReceivedEventArgs> value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also