This event fires when the security token is received from the STS.
命名空间: Microsoft.IdentityModel.Web.Controls
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim instance As SignInControl Dim handler As EventHandler(Of SecurityTokenReceivedEventArgs) AddHandler instance.SecurityTokenReceived, handler
语法
声明
Public Event SecurityTokenReceived As EventHandler(Of SecurityTokenReceivedEventArgs)
public event EventHandler<SecurityTokenReceivedEventArgs> SecurityTokenReceived
public:
event EventHandler<SecurityTokenReceivedEventArgs^>^ SecurityTokenReceived {
void add (EventHandler<SecurityTokenReceivedEventArgs^>^ value);
void remove (EventHandler<SecurityTokenReceivedEventArgs^>^ value);
}
/** @event */
public void add_SecurityTokenReceived (EventHandler<SecurityTokenReceivedEventArgs> value)
/** @event */
public void remove_SecurityTokenReceived (EventHandler<SecurityTokenReceivedEventArgs> value)
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
SignInControl 类
SignInControl 成员
Microsoft.IdentityModel.Web.Controls 命名空间