WSFederationAuthenticationModule.OnSigningOut(SigningOutEventArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenche l’événement SigningOut.
protected:
virtual void OnSigningOut(System::IdentityModel::Services::SigningOutEventArgs ^ args);
protected virtual void OnSigningOut (System.IdentityModel.Services.SigningOutEventArgs args);
abstract member OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
override this.OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
Protected Overridable Sub OnSigningOut (args As SigningOutEventArgs)
Paramètres
- args
- SigningOutEventArgs
Données de l'événement.
Remarques
Appelé à partir de la WSFederationAuthenticationModule.SignOut(Boolean) méthode juste avant la suppression de la session.