SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) Méthode

Définition

Déclenche l’événement 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)

Paramètres

e
SigningOutEventArgs

Données de l'événement.

Remarques

Cette méthode est appelée à partir de la SignOut méthode pour effectuer la déconnexion. Il est appelé avant la suppression du cookie de session.

S’applique à