This event fires when the security token is received from the STS.
Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SignInControl
Dim handler As EventHandler(Of SecurityTokenReceivedEventArgs)

AddHandler instance.SecurityTokenReceived, handler

Syntax

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

/** @event */
public void remove_SecurityTokenReceived (EventHandler<SecurityTokenReceivedEventArgs> value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also