SignInControl.SecurityTokenReceived (Evento)
This event fires when the security token is received from the STS.
Espacio de nombres: Microsoft.IdentityModel.Web.Controls
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As SignInControl Dim handler As EventHandler(Of SecurityTokenReceivedEventArgs) AddHandler instance.SecurityTokenReceived, handler
Sintaxis
'Declaración
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)
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
SignInControl (Clase)
SignInControl (Miembros)
Microsoft.IdentityModel.Web.Controls (Espacio de nombres)