SessionAuthenticationModule.SessionSecurityTokenReceived 事件

命名空间: Microsoft.IdentityModel.Web
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

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

AddHandler instance.SessionSecurityTokenReceived, handler

语法

声明
Public Event SessionSecurityTokenReceived As EventHandler(Of SessionSecurityTokenReceivedEventArgs)
public event EventHandler<SessionSecurityTokenReceivedEventArgs> SessionSecurityTokenReceived
public:
event EventHandler<SessionSecurityTokenReceivedEventArgs^>^ SessionSecurityTokenReceived {
    void add (EventHandler<SessionSecurityTokenReceivedEventArgs^>^ value);
    void remove (EventHandler<SessionSecurityTokenReceivedEventArgs^>^ value);
}
/** @event */
public void add_SessionSecurityTokenReceived (EventHandler<SessionSecurityTokenReceivedEventArgs> value)

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

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

SessionAuthenticationModule 类
SessionAuthenticationModule 成员
Microsoft.IdentityModel.Web 命名空间