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.

名前空間: Microsoft.IdentityModel.Web
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim instance As SessionAuthenticationModule

構文

'宣言
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

継承階層

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

スレッド セーフ

この型のパブリックな静的 (Visual Basic では共有) メンバーは、すべてスレッド セーフです。インスタンス メンバーはすべて、スレッド セーフであることが保証されません。

プラットフォーム

開発プラットフォーム

Windows Server 2003, Windows Vista

Target Platforms

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

関連項目

参照

SessionAuthenticationModule メンバー
Microsoft.IdentityModel.Web 名前空間