SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) Método
Definição
Aciona o evento SigningOut.Raises the SigningOut event.
protected:
virtual void OnSigningOut(System::IdentityModel::Services::SigningOutEventArgs ^ e);
protected virtual void OnSigningOut (System.IdentityModel.Services.SigningOutEventArgs e);
abstract member OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
override this.OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
Protected Overridable Sub OnSigningOut (e As SigningOutEventArgs)
Parâmetros
Os dados do evento.The data for the event.
Comentários
Esse método é invocado do SignOut método para executar a saída. Ele é chamado antes de o cookie de sessão ser excluído.This method is invoked from the SignOut method to perform sign-out. It is invoked before the session cookie is deleted.