WSFederationAuthenticationModule.SignedIn Evento

Definição

Ocorre depois de o utilizador iniciar sessão.

public:
 event EventHandler ^ SignedIn;
public event EventHandler SignedIn;
member this.SignedIn : EventHandler 
Public Custom Event SignedIn As EventHandler 
Public Event SignedIn As EventHandler 

Tipo de Evento

Exemplos

void WSFederationAuthenticationModule_SignedIn(object sender, EventArgs e)
{
    //Anything that's needed right after succesful session and before hitting the application code goes here
    System.Diagnostics.Trace.WriteLine("Handling SignIn event");
}

Observações

Se o pedido for publicado na página de login, um controlo na página irá gerar este evento, não este módulo.

Aplica-se a