Compartir a través de


SignInControl.SecurityTokenValidated (Evento)

This event fires when the security token received from the STS is validated.

Espacio de nombres: Microsoft.IdentityModel.Web.Controls
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As SignInControl
Dim handler As EventHandler(Of SecurityTokenValidatedEventArgs)

AddHandler instance.SecurityTokenValidated, handler

Sintaxis

'Declaración
Public Event SecurityTokenValidated As EventHandler(Of SecurityTokenValidatedEventArgs)
public event EventHandler<SecurityTokenValidatedEventArgs> SecurityTokenValidated
public:
event EventHandler<SecurityTokenValidatedEventArgs^>^ SecurityTokenValidated {
    void add (EventHandler<SecurityTokenValidatedEventArgs^>^ value);
    void remove (EventHandler<SecurityTokenValidatedEventArgs^>^ value);
}
/** @event */
public void add_SecurityTokenValidated (EventHandler<SecurityTokenValidatedEventArgs> value)

/** @event */
public void remove_SecurityTokenValidated (EventHandler<SecurityTokenValidatedEventArgs> 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)