SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) Método

Definición

Genera el evento SigningOut.

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

e
SigningOutEventArgs

Datos del evento.

Comentarios

Este método se invoca desde el SignOut método para realizar el cierre de sesión. Se invoca antes de eliminar la cookie de sesión.

Se aplica a