Compartir a través de


WSFederationAuthenticationModule.SignedIn (Evento)

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

Uso

    Dim instance As WSFederationAuthenticationModule
Dim handler As EventHandler

AddHandler instance.SignedIn, handler

Sintaxis

'Declaración
Public Event SignedIn As EventHandler
public event EventHandler SignedIn
public:
event EventHandler^ SignedIn {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_SignedIn (EventHandler value)

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