Compartir a través de


WSFederationAuthenticationModule.SigningOut (Evento)

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

Uso

    Dim instance As WSFederationAuthenticationModule
Dim handler As EventHandler(Of SigningOutEventArgs)

AddHandler instance.SigningOut, handler

Sintaxis

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

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