SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) Method

Definition

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)

Parameters

e
SigningOutEventArgs

The data for the event.

Remarks

This method is invoked from the SignOut method to perform sign-out. It is invoked before the session cookie is deleted.

Applies to