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 método para realizar el SignOut cierre de sesión. Se invoca antes de eliminar la cookie de sesión.

Se aplica a