Compartir a través de


WSFederationAuthenticationModule.SecurityTokenValidated (Evento)

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

Uso

    Dim instance As WSFederationAuthenticationModule
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

WSFederationAuthenticationModule (Clase)
WSFederationAuthenticationModule (Miembros)
Microsoft.IdentityModel.Web (Espacio de nombres)