Compartir a través de


WSFederationAuthenticationModule.SignedOut (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.SignedOut, handler

Sintaxis

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

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