Share via


SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) Metodo

Definizione

Genera l'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)

Parametri

e
SigningOutEventArgs

Dati per l'evento.

Commenti

Questo metodo viene richiamato dal metodo per eseguire l'disconnesso SignOut . Viene richiamato prima dell'eliminazione del cookie di sessione.

Si applica a