Partager via


Classe SessionAuthenticationModule

When the STS issues a security token for the user, SessionAuthenticationModule also creates a session security token for the user and places it in a cookie. On subsequent requests, the SessionAuthenticationModule intercepts this cookie and uses it to reconstruct the user’s IClaimsPrincipal.

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

Utilisation

    Dim instance As SessionAuthenticationModule

Syntaxe

'Déclaration
Public Class SessionAuthenticationModule
    Inherits HttpModuleBase
public class SessionAuthenticationModule : HttpModuleBase
public ref class SessionAuthenticationModule : public HttpModuleBase
public class SessionAuthenticationModule extends HttpModuleBase
public class SessionAuthenticationModule extends HttpModuleBase

Hiérarchie d'héritage

System.Object
   Microsoft.IdentityModel.Web.HttpModuleBase
    Microsoft.IdentityModel.Web.SessionAuthenticationModule

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

Membres SessionAuthenticationModule
Espace de noms Microsoft.IdentityModel.Web