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)

Использование

Visual Basic
Dim instance As SessionAuthenticationModule

Синтаксис

Visual Basic
Public Class SessionAuthenticationModule
		Inherits HttpModuleBase
C#
public class SessionAuthenticationModule : HttpModuleBase
C++
public ref class SessionAuthenticationModule : public HttpModuleBase
J#
public class SessionAuthenticationModule extends HttpModuleBase
JScript
public class SessionAuthenticationModule extends HttpModuleBase

Иерархия наследования

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

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также