Partager via


Méthode SessionAuthenticationModule.OnSigningOut

Espace de noms: Microsoft.IdentityModel.Web
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim e As SigningOutEventArgs

Me.OnSigningOut(e)

Syntaxe

'Déclaration
Protected Overridable Sub OnSigningOut ( _
    e As SigningOutEventArgs _
)
protected virtual void OnSigningOut (
    SigningOutEventArgs e
)
protected:
virtual void OnSigningOut (
    SigningOutEventArgs^ e
)
protected void OnSigningOut (
    SigningOutEventArgs e
)
protected function OnSigningOut (
    e : SigningOutEventArgs
)

Paramètres

  • e
     

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Classe SessionAuthenticationModule
Membres SessionAuthenticationModule
Espace de noms Microsoft.IdentityModel.Web