Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

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

AddHandler instance.SessionSecurityTokenReceived, handler

Синтаксис

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

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также